Commit 47a4b6e8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'cycle-analytics-commit-icon' into 'master'

Fixed commit icon size in cycle analyitcs

Closes #29536

See merge request !9994
parents cb6ae9d1 f2f59058
...@@ -369,13 +369,11 @@ ...@@ -369,13 +369,11 @@
// Custom CSS for components // Custom CSS for components
.item-conmmit-component { .item-conmmit-component {
.commit-icon { .commit-icon {
position: relative;
top: 3px;
left: 1px;
display: inline-block;
svg { svg {
float: left; display: inline-block;
width: 20px;
height: 20px;
vertical-align: bottom;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment