mirror of
https://github.com/MagicMirrorOrg/MagicMirror.git
synced 2026-01-09 04:08:03 -05:00
Add in option to have single line news
This commit is contained in:
@@ -121,6 +121,12 @@ sup {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/**
|
||||
* Region Definitions.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user