mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Ensure input fields can use the entire available space.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -275,3 +275,9 @@ code.breakall {
|
||||
.input-group-addon {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
.form-inline .form-control {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
Reference in New Issue
Block a user