Skip to content

Commit cd45047

Browse files
authored
Fix circle icon size calculation in less (#156)
1 parent bcf7ad3 commit cd45047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/commons/src/main/resources/css/common/helpers.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ For font awesome
141141
height: @diameter;
142142
border-radius: 50%;
143143
line-height: @diameter;
144-
font-size: @diameter/2;
144+
font-size: (@diameter/2);
145145
display: table;
146146
text-align: center;
147147
overflow: hidden;

0 commit comments

Comments
 (0)