Mods-for-HESK-Netsyms/css/displays.css

13 lines
174 B
CSS
Raw Normal View History

2016-08-15 16:35:41 -04:00
.hide-on-overflow {
overflow: hidden;
text-overflow: ellipsis;
}
.no-wrap {
white-space: nowrap;
}
.event-category {
border-radius: 4px;
padding: 5px;
}