1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-26 13:44:41 +00:00

Merge branch 'fix-warning' into 'develop'

Remove autoprefixer warning on justify-content

See merge request 
This commit is contained in:
Petr Stribny 2024-07-16 14:54:15 +00:00
commit f42bc4af92

View file

@ -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;