MOBILE-4470 data: Fix edit table width
parent
50f06e0fd7
commit
d2bb5c1b8f
|
@ -49,7 +49,7 @@ $grid-column-paddings: (
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue