File tree Expand file tree Collapse file tree
sormas-ui/src/main/webapp/VAADIN/themes/sormas Expand file tree Collapse file tree Original file line number Diff line number Diff line change 443443 opacity : 0.5 ;
444444 }
445445
446+ .system-configuration-dynamic-input .system-configuration-dynamic-input-fixed-size {
447+ height : 30rem ;
448+ overflow : auto ;
449+ }
450+
446451 .system-configuration-dynamic-input .v-select-optiongroup-wrapping-checkbox-group {
447452 display : flex ;
448453 flex-wrap : wrap ;
449454 }
450455
451456 .system-configuration-dynamic-input .v-select-optiongroup-wrapping-checkbox-group > .v-checkbox {
452457 display : flex ;
453- flex-grow : 1 ;
454- flex-shrink : 1 ;
455- align-items :stretch ;
456- align-content :stretch ;
457- }
458-
459- .system-configuration-dynamic-input .v-select-optiongroup-wrapping-checkbox-group > .v-checkbox label {
460- width :100% ;
461- text-align :center ;
462- border :1px solid ;
458+ width : calc (33.33% - 1.5rem );
463459 }
464460
465461 .system-configuration-dynamic-input .toggle-password .v-spacing {
466- display :none ;
462+ display : none ;
467463 }
468464
469465 .system-configuration-dynamic-input .toggle-password .v-slot {
470- width :100% !important ;
466+ width : 100% !important ;
471467
472468 }
473469
474470 .system-configuration-dynamic-input .toggle-password input {
475- height :36px ;
471+ height : 36px ;
476472 }
477473
478474 .system-configuration-dynamic-input .toggle-password .v-button {
479- margin-left :-4rem ;
480- margin-top :2px ;
475+ margin-left : -4rem ;
476+ margin-top : 2px ;
481477 }
482478
483479 .case-notifier-side-view {
You can’t perform that action at this time.
0 commit comments