mirror of https://github.com/rancher/dashboard.git
Fix Principal member name overlap (#6831)
This commit is contained in:
parent
ebd2bcf20c
commit
6965f796c0
|
|
@ -119,7 +119,7 @@ export default {
|
|||
"avatar name"
|
||||
"avatar description";
|
||||
grid-template-columns: $size auto;
|
||||
grid-template-rows: math.div($size, 2) math.div($size, 2);
|
||||
grid-template-rows: auto math.div($size, 2);
|
||||
column-gap: 10px;
|
||||
|
||||
&.showLabels {
|
||||
|
|
|
|||
Loading…
Reference in New Issue