UNCLASSIFIED

Commit 774512de authored by graham.smith's avatar graham.smith
Browse files

fix vertical alignment of close btn

parent 77a46b7b
<template> <template>
<div> <div class="lb-nav">
<v-alert dismissible color="tertiary" class="mb-0" close-icon="mdi-close"> <v-alert dismissible color="tertiary" class="mb-0" close-icon="mdi-close">
The Launchboard Team Management feature will be replaced by Keycloak The Launchboard Team Management feature will be replaced by Keycloak
groups in the near future. At the time, membership will no longer be set groups in the near future. At the time, membership will no longer be set
...@@ -222,9 +222,11 @@ export default { ...@@ -222,9 +222,11 @@ export default {
border-bottom: 2px solid transparent; border-bottom: 2px solid transparent;
} }
} }
.button.v-alert_dismissible {
padding-bottom: 30px; .lb-nav {
margin-bottom: 30px; .v-alert__wrapper {
align-items: baseline;
}
} }
#app-bar { #app-bar {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment