MM-58685 Fix Channel Header Icon Button Spacing (#27313)

Automatic Merge
This commit is contained in:
Matthew Birtch 2024-06-13 14:11:30 -04:00 committed by GitHub
parent d81ce03168
commit a88f283ef7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

View File

@ -133,7 +133,7 @@ button {
}
& + .btn {
margin-left: 8px !important;
margin-left: 8px;
}
&.btn-full {

View File

@ -165,6 +165,10 @@
font-weight: bold;
text-align: left;
}
& .btn + .btn {
margin-left: 8px;
}
}
&.modal-image {

View File

@ -361,6 +361,10 @@
display: flex;
margin-right: 8px;
gap: 4px;
.btn-icon {
margin: 0;
}
}
.channel-header__description {