only remove edit button margin when text is hidden

This commit is contained in:
awesomerobot 2020-08-31 22:45:43 -04:00
parent 069a109cbb
commit e824385e64
1 changed files with 3 additions and 3 deletions

View File

@ -67,11 +67,11 @@
flex-wrap: wrap;
width: 100%;
.edit-category {
.d-icon {
margin: 0;
}
@media screen and (max-width: 374px) {
// Hide edit label on very tiny screens
.d-icon {
margin: 0;
}
.d-button-label {
display: none;
}