mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[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:
parent
371ad738d9
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user