Browse Source

Fix line height and cut text.

pull/947/head
Sebastian 4 years ago
parent
commit
ede469975f
  1. 10
      frontend/src/app/theme/_vars.scss

10
frontend/src/app/theme/_vars.scss

@ -78,14 +78,16 @@ $panel-sidebar: 3.75rem;
$font-small: 85%;
$font-smallest: 80%;
$headings-line-height: 1.3;
$btn-disabled-color: inherit;
$btn-disabled-bg: inherit;
$btn-disabled-border-color: inherit;
$history-dot-size: 10px;
$history-dot-offset-x: -($history-dot-size * .5 + 1px);
$history-dot-sm-size: 6px;
$history-dot-sm-offset-x: -($history-dot-sm-size * .5 + 1px);
$history-dot-size: 10px;
$history-dot-offset-x: -($history-dot-size * .5 + 1px);
$history-dot-sm-size: 6px;
$history-dot-sm-offset-x: -($history-dot-sm-size * .5 + 1px);
$asset-width: 14.5rem;
$asset-folder-height: 4rem;

Loading…
Cancel
Save