mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Fix cutoff search placeholder text
This commit is contained in:
@@ -22,7 +22,7 @@ th {
|
||||
margin: 0 48px;
|
||||
}
|
||||
|
||||
@media (max-width: 1078px) {
|
||||
@media (max-width: 1090px) {
|
||||
.navbar.fixed-top {
|
||||
margin: 0 20px;
|
||||
}
|
||||
@@ -74,6 +74,10 @@ th {
|
||||
margin-right: 0.375rem;
|
||||
}
|
||||
|
||||
#navbar-search .form-inline {
|
||||
min-width: 250px; /* more room for placeholder text */
|
||||
}
|
||||
|
||||
#topsearchbar {
|
||||
padding-right: 60px;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user