layout.less: Fully remove letter-spacing from .dashboard

Since ipl-html is used now, there is no whitespace between
tags which gets rendered due to display:inline-block.
This commit is contained in:
Johannes Meyer 2022-04-19 14:11:44 +02:00
parent 757a28bf4f
commit 8df2c9ea8c

View File

@ -183,11 +183,8 @@
// Dashboard grid // Dashboard grid
.dashboard { .dashboard {
//letter-spacing: -0.417em;
> .container { > .container {
display: inline-block; display: inline-block;
letter-spacing: normal;
vertical-align: top; vertical-align: top;
// Column width controlled by #layout // Column width controlled by #layout
width: 100%; width: 100%;