summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorJannik Schönartz2019-03-26 17:29:45 +0100
committerJannik Schönartz2019-03-26 17:29:45 +0100
commit34782711240e3f4bd87a03e514872145521641e4 (patch)
treeb1e26f131d30cca2f1e1257cf5dd0c97e5eac882 /webapp
parent[configloader] fix default config if no parents found (diff)
downloadbas-34782711240e3f4bd87a03e514872145521641e4.tar.gz
bas-34782711240e3f4bd87a03e514872145521641e4.tar.xz
bas-34782711240e3f4bd87a03e514872145521641e4.zip
[webapp/alerts] Fix: Notification didn't fill the whole container when having a short msg
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/components/NotificationsAlerts.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/webapp/src/components/NotificationsAlerts.vue b/webapp/src/components/NotificationsAlerts.vue
index 58dddab..c2c389b 100644
--- a/webapp/src/components/NotificationsAlerts.vue
+++ b/webapp/src/components/NotificationsAlerts.vue
@@ -145,8 +145,4 @@ export default {
align-items: center;
}
-.alert {
- width: fit-content;
-}
-
</style>