@@ -259,10 +260,6 @@
color: #878190;
}
- .no-padding-left {
- padding-left: 0;
- }
-
.modal-body {
padding-left: 0;
padding-right: 0;
@@ -303,21 +300,15 @@
}
.actions {
- padding-top: 5em;
-
+ .b-dropdown {
+ position: absolute;
+ right: 24px;
+ top: 8px;
+ }
.dots {
height: 16px;
width: 4px;
}
-
- .btn-group {
- margin-left: -2em;
- margin-top: -2em;
- }
-
- .action-icon {
- margin-right: 1em;
- }
}
#members-modal_modal_body {
@@ -353,8 +344,6 @@
.nav {
font-weight: bold;
- margin-bottom: .5em;
- margin-top: .5em;
}
.nav-item {
diff --git a/website/client/src/components/header/index.vue b/website/client/src/components/header/index.vue
index 7d95387d9c..a97d5e3205 100644
--- a/website/client/src/components/header/index.vue
+++ b/website/client/src/components/header/index.vue
@@ -16,6 +16,7 @@
:class-badge-position="'next-to-name'"
:is-header="true"
:disable-name-styling="true"
+ class="mr-3"
/>