mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
AAE-35310 fixing alignment for checkboxes in sections (#11039)
AAE-35310 fixing alignment for checkboxes in sections
This commit is contained in:
committed by
GitHub
parent
7fbcfe7d6a
commit
a29d846f4a
@@ -5,4 +5,6 @@
|
||||
color: var(--adf-readonly-text-color, var(--adf-form-label-color, var(--theme-text-color)));
|
||||
line-height: normal;
|
||||
word-break: break-word;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
|
@@ -13,7 +13,6 @@
|
||||
overflow-x: auto;
|
||||
resize: vertical;
|
||||
border-radius: 3px;
|
||||
padding: 10px 12px;
|
||||
outline: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user