1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 02:17:37 +02:00

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