diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4a0565a70..5017c5fec 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3354,6 +3354,10 @@ button.close { .navbar-right { float: right !important; } + .navbar-right .dropdown-menu { + right: 0; + left: auto; + } } .navbar-form { |
