Skip to content
Snippets Groups Projects
Commit bf2b11a2 authored by Kaushalya Mandaliya's avatar Kaushalya Mandaliya
Browse files

[IMP] web: image field control buttons layout issue

image widget control button icon(Edit and Delete) not displayed in one line
button tag is used for control buttons and button tag has default padding
so removed default padding added by browser by explicitly defining padding 4px

task-2042276
closes: #35265
parent f23cc14d
Branches
Tags
No related merge requests found
......@@ -381,6 +381,7 @@
}
> .fa {
padding: 4px;
margin: 5px;
cursor: pointer;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment