diff --git a/src/main/resources/static/style/app.css b/src/main/resources/static/style/app.css index f58e5a4..ee64d9b 100644 --- a/src/main/resources/static/style/app.css +++ b/src/main/resources/static/style/app.css @@ -300,4 +300,7 @@ background-color: rgba(0, 0, 0, 0); cursor: text !important; width: 60%; -} \ No newline at end of file +} +.navbar .navbar-nav .dropdown-menu li { + margin: 0 !important; +} diff --git a/src/main/resources/static/view/layout/_header.html b/src/main/resources/static/view/layout/_header.html index 8159138..74820c9 100644 --- a/src/main/resources/static/view/layout/_header.html +++ b/src/main/resources/static/view/layout/_header.html @@ -27,6 +27,9 @@