mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Fix double nav arrows on iOS
This commit is contained in:
@@ -454,12 +454,12 @@
|
||||
}
|
||||
}
|
||||
.dropdown.show .dropdown-toggle::after {
|
||||
text-indent: 1rem;
|
||||
text-indent: 5rem;
|
||||
}
|
||||
.dropdown:not(.show) .dropdown-toggle::before {
|
||||
width: 0;
|
||||
height: 0;
|
||||
text-indent: -1rem;
|
||||
text-indent: -5rem;
|
||||
}
|
||||
|
||||
.dropdown-toggle.with-caret {
|
||||
|
||||
Reference in New Issue
Block a user