1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Tweaked flexbox max-width for crazy long content

This commit is contained in:
Harvey Kandola 2018-06-09 19:13:15 +01:00
parent d88adef5b5
commit 0da8ae9e4a
2 changed files with 7 additions and 0 deletions

View file

@ -129,5 +129,7 @@
margin: 0 !important;
display: block !important;
flex: none !important;
width: auto !important;
max-width: auto !important;
}
}