Skip to content

Commit 1c92dac

Browse files
author
Trung-Hieu-Dev
committed
feat(Notifications): Fix form items | JIRA PT-126
1 parent a6e0e1f commit 1c92dac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/assets/css/form.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ body {
88
}
99

1010
.el-form .form-icon {
11-
@apply bg-white w-[12%] text-lg;
11+
@apply bg-white flex-none text-lg px-3 py-[10px] #{!important};
12+
}
13+
.el-input.el-input--default {
14+
@apply flex-1;
1215
}
1316

1417
.el-form-item.el-form-item--default.form-input {
@@ -17,9 +20,7 @@ body {
1720
.el-input.el-input--default .el-input__inner {
1821
@apply h-[46px] p-0 rounded-none bg-white border-transparent focus:text-mess-box-text focus:font-normal text-slate-400 focus:ring-0 focus:bg-white #{!important};
1922
}
20-
.el-input.el-input--default {
21-
@apply w-[88%];
22-
}
23+
2324
.el-form-item.checkbox {
2425
@apply self-start shadow-none #{!important};
2526
}

0 commit comments

Comments
 (0)