Skip to content
Snippets Groups Projects
Commit c828e773 authored by Matt Jankowski's avatar Matt Jankowski Committed by Claire
Browse files

Improve alignment of icons on admin roles list (#32153)

parent 6734b655
No related branches found
No related tags found
No related merge requests found
......@@ -1054,6 +1054,10 @@ a.name-tag,
}
}
.icon {
vertical-align: middle;
}
a.announcements-list__item__title {
&:hover,
&:focus,
......
......@@ -137,6 +137,7 @@ a.table-action-link {
padding: 0 10px;
color: $darker-text-color;
font-weight: 500;
white-space: nowrap;
&:hover {
color: $highlight-text-color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment