fixed the updated UI overflow behaviour
This commit is contained in:
parent
a02ebb0048
commit
9e14cdb742
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
@import "../../../../css/static/properties";
|
||||
|
||||
.container {
|
||||
width: 57em;
|
||||
/* width: 57em; */
|
||||
max-width: 57em;
|
||||
min-width: 20em;
|
||||
|
||||
flex-shrink: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue