Commit 77f55a0e authored by Makarand Bauskar's avatar Makarand Bauskar Committed by Faris Ansari
Browse files

[hotfix] fixed margin for disabled check field (#4293)

parent 75c894f0
Showing with 9 additions and 0 deletions
+9 -0
......@@ -626,6 +626,10 @@ li.user-progress .progress-bar {
}
.frappe-rtl .checkbox .disp-area {
margin-right: -20px;
margin-left: 0px;
}
.checkbox .disp-area {
margin-left: -20px;
}
.text-editor {
height: 400px;
......
......@@ -484,6 +484,11 @@ li.user-progress {
.frappe-rtl .checkbox .disp-area {
margin-right: -20px;
margin-left: 0px;
}
.checkbox .disp-area {
margin-left: -20px;
}
.text-editor {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment