Skip to content

Commit

Permalink
Fix buttons position on small screens
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Jan 11, 2023
1 parent e420515 commit af647d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style/pi-hole.css
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit af647d6

Please sign in to comment.