1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-16 19:47:23 +02:00

Fixed attachment section width

This commit is contained in:
Harshil Sharma 2023-02-09 11:26:47 +05:30
parent 10b78c5144
commit 5b8c87fdfe

View File

@ -1,5 +1,6 @@
.Attachment {
display: block;
width: 100%;
.attachment-header {
display: flex;
@ -13,7 +14,6 @@
padding-bottom: 20px;
display: flex;
overflow-x: auto;
width: 550px;
}
.attachment-plus-icon {