Avoid scrollbars in event dialog due to long URLs (#3480)
This commit is contained in:
parent
09cf967ed5
commit
359d8dc110
2 changed files with 12 additions and 0 deletions
|
@ -572,6 +572,12 @@ a.miniColors-trigger {
|
|||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
#eventshow #event-url .event-text {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#event-rsvp .itip-reply-controls {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
|
|
@ -880,6 +880,12 @@ div.form-section,
|
|||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
.calendarmain .eventdialog #event-url .event-text {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#eventedit .formtable td.label {
|
||||
min-width: 6em;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue