Skip to content
Snippets Groups Projects
Commit 2acacd5f authored by Arkerthan's avatar Arkerthan
Browse files

Fix tab-bar styling

parent 3e83ca4b
No related branches found
No related tags found
1 merge request!11295Refactor slave list quick-links
div.tab-bar { div.tab-bar {
overflow: hidden; overflow: hidden;
margin-top: 5px;
} }
div.tab-bar button { div.tab-bar button {
...@@ -18,6 +19,7 @@ div.tab-bar button.card { ...@@ -18,6 +19,7 @@ div.tab-bar button.card {
border-top-left-radius: 15px; border-top-left-radius: 15px;
border-top-right-radius: 15px; border-top-right-radius: 15px;
border: none; border: none;
margin-bottom: 0;
} }
div.tab-bar button.card.active { div.tab-bar button.card.active {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment