We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82cf1dd + 1e88f23 commit 9516e3aCopy full SHA for 9516e3a
core/css/apps.scss
@@ -267,7 +267,7 @@ kbd {
267
justify-content: space-between;
268
line-height: 44px;
269
min-height: 44px;
270
- padding: 0 12px 0 44px;
+ padding: 0 12px 0 14px;
271
overflow: hidden;
272
box-sizing: border-box;
273
white-space: nowrap;
@@ -277,11 +277,14 @@ kbd {
277
flex: 1 1 0px;
278
z-index: 100; /* above the bullet to allow click*/
279
/* TODO: forbid using img as icon in menu? */
280
+
281
+ .svg {
282
+ padding: 0 12px 0 44px;
283
+ }
284
&:first-child img {
285
margin-right: 11px;
286
width: 16px;
287
height: 16px;
- margin-left: -30px;
288
}
289
290
/* counter can also be inside the link */
0 commit comments