ViewTitle min-width
This commit is contained in:
parent
850f60e1fb
commit
22314a5825
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
align-items: center;
|
||||
min-width: 300px;
|
||||
|
||||
&.add-buttons {
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Reference in a new issue