css: Re-add `margin:0` removed by 9d0ef4cf3
to `.overview-plugin-output`
This commit is contained in:
parent
23590c5e20
commit
d2a2eae600
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue