Skip to content
Snippets Groups Projects
Commit 231b2832 authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

fix alignment, closes #1046

Closes #1046

Merge request studip/studip!618
parent 28319c63
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ $action-menu-shadow: 1px 1px 1px $dark-gray-color-60;
padding: 4px 8px;
background: white;
background: $white;
border: thin solid $dark-gray-color-45;
box-shadow: $action-menu-shadow;
font-weight: normal;
......@@ -46,7 +46,7 @@ $action-menu-shadow: 1px 1px 1px $dark-gray-color-60;
border: 0;
position: relative;
cursor: pointer;
display: inline-block;
display: block;
padding: 0;
width: 20px;
height: 20px;
......
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