mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +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)));
|
color: var(--adf-readonly-text-color, var(--adf-form-label-color, var(--theme-text-color)));
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
position: relative;
|
||||||
|
top: 3px;
|
||||||
}
|
}
|
||||||
|
@@ -13,7 +13,6 @@
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 10px 12px;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user