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:
parent
e7660ceace
commit
6e130accc1
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue