[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>
This commit is contained in:
Arya Khochare 2023-11-23 17:18:35 +05:30 committed by GitHub
parent 371ad738d9
commit 1f37254579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;