Skip to content

Commit

Permalink
Merge pull request SimpleMachines#7735 from DiegoAndresCortes/ui-atta…
Browse files Browse the repository at this point in the history
…chment

Attachments fixes
  • Loading branch information
sbulen committed Apr 30, 2023
2 parents 41c28f4 + 05483f9 commit a738fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Themes/default/css/attachments.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
.attachments_bot a,
.attachments_bot .name,
.attachments_info .name, {
.attachments_info .name {
white-space: nowrap;
}

Expand Down Expand Up @@ -129,6 +129,7 @@ div#post_attachments_area.roundframe {
display: flex;
justify-content: center;
margin: 0.5em 0;
min-height: 75px;
max-height: 200px;
width: auto;
}
Expand Down

0 comments on commit a738fe5

Please sign in to comment.