1
0
Fork 0
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 
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; 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;