#4198 In Kundenkarten Konto Formular der Text geht über den Rand hinaus

This commit is contained in:
Lorenz Hilpert
2023-07-18 16:27:42 +02:00
parent 84f9d14be0
commit 4c6dcd15da
2 changed files with 2 additions and 10 deletions

View File

@@ -1,11 +1,3 @@
:host {
@apply block;
}
ui-checkbox {
@apply font-semibold;
}
::ng-deep app-accept-agb-form-block ui-checkbox {
align-items: flex-start !important;
}

View File

@@ -1,8 +1,8 @@
.shared-checkbox {
@apply inline-grid box-border items-center gap-[0.6875rem] cursor-pointer whitespace-nowrap;
@apply inline-grid box-border items-center gap-[0.6875rem] cursor-pointer;
grid-template-columns: auto 1fr;
&.checked ::ng-deep {
&.checked {
@apply font-bold;
}