1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-08 17:30:43 +00:00

Re-fix media attachments overflow

This commit is contained in:
Jason McBrayer 2018-12-04 10:26:25 -05:00
parent 23f7aed095
commit 5266b8df03

View File

@ -99,7 +99,8 @@ emoji-link
.level.attachments
{
overflow: auto;
overflow-x: auto;
max-width: 80ex;
}