Skip to content

Commit b8ba771

Browse files
committed
Fix icon picker
1 parent e443877 commit b8ba771

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

djangocms_frontend/static/djangocms_frontend/css/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

private/sass/components/_icon-picker.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
display: inline-block;
44
.icon-container {
55
position: relative;
6-
margin-bottom: 0.5em;
7-
margin-left: auto;
8-
margin-right: auto;
6+
margin: 0.5em auto;
97
width: 7em;
108
height: 7em;
119
border: 1px var(--dca-gray-light, var(--border-color, lightgray)) solid;

0 commit comments

Comments
 (0)