mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-26 05:37:13 +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;
|
height: 44px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Loading…
Add table
Reference in a new issue