SAAS-851: Embed schedule widget loses format with long show names
Applied fix for premium style sheet
This commit is contained in:
parent
1974774e0c
commit
1b0d69f3d7
1 changed files with 12 additions and 0 deletions
|
@ -61,6 +61,9 @@ body {
|
||||||
transition: max-height 2s ease;
|
transition: max-height 2s ease;
|
||||||
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
/*transition-delay: 1s;*/
|
/*transition-delay: 1s;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -96,10 +99,19 @@ body {
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.schedule_item .time_grid div {
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
.schedule_item .name_grid {
|
.schedule_item .name_grid {
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.schedule_item .name_grid div {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.schedule_item h4 {
|
.schedule_item h4 {
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue