Tags admin list: move edit button back to where it should be

This commit is contained in:
Alexander Skvortsov 2021-03-13 17:00:27 -05:00
parent 85de81627d
commit ee48c97a23

View File

@ -39,7 +39,6 @@
.TagListItem-info {
border-radius: @border-radius;
padding: 5px;
max-width: max-content;
&:hover {
background: @control-bg;
@ -79,7 +78,6 @@ li:not(.sortable-dragging)>.TagListItem-info:hover>.Button {
border: 2px dashed @control-bg;
border-radius: @border-radius;
height: 34px;
max-width: max-content;
}
.SettingsGroups {