MOBILE-4470 data: Fix edit table width

main
Pau Ferrer Ocaña 2024-05-23 10:51:59 +02:00
parent 50f06e0fd7
commit d2bb5c1b8f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ $grid-column-paddings: (
position: relative;
flex-basis: 0;
flex-grow: 1;
width: 100%;
width: 100% !important;
max-width: 100%;
min-height: auto;
}