mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-25 21:33:41 +00:00
Merge branch 'fix-warning' into 'develop'
Remove autoprefixer warning on justify-content See merge request baserow/baserow!2551
This commit is contained in:
commit
f42bc4af92
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
height: 44px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Add table
Reference in a new issue