1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

form group fix

This commit is contained in:
chomik
2019-06-17 22:35:46 +02:00
parent 467d39e0d1
commit 63c03e4b0d

View File

@@ -13,6 +13,10 @@ textarea {
.form-group {
display: block;
&.row {
display: flex;
}
}
.form-control {