diff options
Diffstat (limited to 'assets/css/_overview.less')
-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; |