Skip to content

Commit

Permalink
Override vuetify snackbar min with value with auto to support mobile …
Browse files Browse the repository at this point in the history
…responsiveness
  • Loading branch information
gayanSandamal committed Sep 4, 2024
1 parent bee8d8b commit 3e8eecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/widgets/ui-notification/UINotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export default {
background-color: rgb(var(--v-theme-group-background));
color: rgb(var(--v-theme-on-group-background));
border-left: 6px solid var(--nrdb-ui-notification-color);
min-width: auto;
}
.nrdb-ui-notification .v-snackbar__content {
padding: 8px 12px;
Expand Down

0 comments on commit 3e8eecc

Please sign in to comment.