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