Skip to content

Commit 3e6544e

Browse files
authored
theme: Fix a warning when opening the sound applet (#13623)
This fixes constant "length values must specify a unit" spam when opening the sound applet.
1 parent 5dbfa5c commit 3e6544e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/theme/cinnamon-sass/widgets/_applets.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $applet_padding: 6px;
127127
width: 16px;
128128
height: 16px;
129129

130-
StIcon { icon-size: 1.2 em;}
130+
StIcon { icon-size: 1.2em;}
131131
}
132132
}
133133

0 commit comments

Comments
 (0)