1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

center number input widget vertically

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-25 15:47:30 +02:00
parent e7660ceace
commit 6e130accc1

View file

@ -324,6 +324,12 @@ div[class*="-widget"] label {
cursor: inherit;
}
.number-input-widget {
display: flex;
flex-direction: column;
justify-content: center;
}
.number-input-widget .form-horizontal .form-group {
margin: 0px;
}