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

Automatic Merge
Этот коммит содержится в:
Matthew Birtch
2024-06-13 14:11:30 -04:00
коммит произвёл GitHub
родитель d81ce03168
Коммит a88f283ef7
3 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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