diff options
author | Markus Otto | 2019-08-10 12:04:04 +0200 |
---|---|---|
committer | Markus Otto | 2019-08-10 12:04:04 +0200 |
commit | d00e38e1403f12688f7de0869a2a3b7a07ff35fd (patch) | |
tree | 7ff791959407fe6904100deef851be2a96687172 /assets | |
parent | f1cea98d41d7e1fc24ebe2f01901caf6fbda372b (diff) |
fix breaking layout in overview for long talk titles
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/_overview.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/_overview.less b/assets/css/_overview.less index 778457d..e7c341c 100644 --- a/assets/css/_overview.less +++ b/assets/css/_overview.less @@ -85,6 +85,15 @@ body.overview { margin-right: @padding-base-horizontal; } + .program-schedule .talk span { + @line-height-dense: 1.2857142857142858; + display: block; + overflow: hidden; + line-height: @line-height-dense; + height: (2 * @line-height-dense * @font-size-base); + + } + &.has-schedule.has-preview { .program-schedule .talk { display: block; |