fix: radio widgets position and email widgets width issue

This commit is contained in:
RaktimaNXG
2024-02-09 10:50:19 +05:30
parent 4a52d327ce
commit 6a0788c2a1
5 changed files with 110 additions and 30 deletions
@@ -845,6 +845,20 @@ option {
flex-direction: column;
justify-content: flex-start;
}
.labelTextArea {
font-size: 0.8rem;
letter-spacing: 1px;
}
.labelTextArea {
padding: 10px;
max-width: 100%;
line-height: 1.5;
border-radius: 5px;
border: 1px solid #ccc;
box-shadow: 1px 1px 1px #999;
}
@media screen and (max-width:766px) {
.validateInputText {