css: Re-add `margin:0` removed by 9d0ef4cf3 to `.overview-plugin-output`

This commit is contained in:
Johannes Meyer 2019-07-29 12:24:52 +02:00
parent 23590c5e20
commit d2a2eae600
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
color: @text-color-light;
font-family: @font-family-fixed;
font-size: @font-size-small;
margin: 0;
white-space: pre-wrap;
// Long text in table cells overflows the table's width if the table's layout is not fixed.
// Thus overflow-wrap will not have any effect. But w/ the following we set a width of any value