mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fix buttons position on small screens
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
+2
-3
@@ -530,11 +530,10 @@ td.details-control {
|
||||
margin: 5px 0;
|
||||
}
|
||||
#domain-search-block .input-group-btn {
|
||||
margin: 5px 0;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
#domain-search-block .input-group-btn button {
|
||||
margin: 0 2px;
|
||||
margin: 0 5px 0 0;
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user