[MM-55140] Spacing between buttons is incorrect in channel dropdown > convert to private channel in mobile web view (#25491)

* button gap fixed for mobile modal

* modal footer button gap fixed for mobile (Web App)

* modal footer button gap fixed for mobile (Web App).

* changes to fix ci/lint

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Arya Khochare
2023-11-23 17:18:35 +05:30
коммит произвёл GitHub
родитель 371ad738d9
Коммит 1f37254579

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

@@ -137,7 +137,11 @@
}
.modal-footer {
display: flex;
flex-wrap: wrap;
justify-content: end;
background: var(--center-channel-bg);
grid-row-gap: 8px;
&.modal-footer--invisible {
overflow: hidden;