mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
#4198 In Kundenkarten Konto Formular der Text geht über den Rand hinaus
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user