AAE-35310 fixing alignment for checkboxes in sections (#11039)

AAE-35310 fixing alignment for checkboxes in sections
This commit is contained in:
Soumyajit Chakraborty
2025-07-29 21:18:56 +05:30
committed by GitHub
parent 7fbcfe7d6a
commit a29d846f4a
2 changed files with 2 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -13,7 +13,6 @@
overflow-x: auto;
resize: vertical;
border-radius: 3px;
padding: 10px 12px;
outline: none;
width: 100%;
}