Skip to content

Commit

Permalink
Merge pull request #29 from NethServer/sdl-6953
Browse files Browse the repository at this point in the history
Add maxwidth class to notification NethServer/dev#6953
  • Loading branch information
stephdl authored Jun 19, 2024
2 parents 5d9b800 + 84018e2 commit 9da9080
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<cv-row v-if="firstConfig">
<cv-column>
<NsInlineNotification
class="mg-bottom-xlg"
class="mg-bottom-xlg maxwidth"
kind="info"
:title="$t('settings.password_information_title')"
:description="
Expand Down Expand Up @@ -431,4 +431,7 @@ export default {
.mg-bottom {
margin-bottom: 2rem;
}
.maxwidth {
max-width: 38rem;
}
</style>

0 comments on commit 9da9080

Please sign in to comment.