Ellipsis text-overflow, use max-width (too empty otherwise), smaller max-width (that was really HUGE).
This commit is contained in:
parent
52366d2078
commit
b1f1e70448
@ -3244,13 +3244,14 @@
|
|||||||
\
|
\
|
||||||
#watcher {\
|
#watcher {\
|
||||||
position: absolute;\
|
position: absolute;\
|
||||||
width: 250px;\
|
|
||||||
overflow: hidden;\
|
|
||||||
white-space: nowrap;\
|
|
||||||
}\
|
}\
|
||||||
#watcher > div {\
|
#watcher > div {\
|
||||||
|
overflow: hidden;\
|
||||||
padding-right: 5px;\
|
padding-right: 5px;\
|
||||||
padding-left: 5px;\
|
padding-left: 5px;\
|
||||||
|
text-overflow: ellipsis;\
|
||||||
|
max-width: 200px;\
|
||||||
|
white-space: nowrap;\
|
||||||
}\
|
}\
|
||||||
#watcher > div.move {\
|
#watcher > div.move {\
|
||||||
text-decoration: underline;\
|
text-decoration: underline;\
|
||||||
|
|||||||
@ -2505,13 +2505,14 @@ Main =
|
|||||||
|
|
||||||
#watcher {
|
#watcher {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 250px;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
#watcher > div {
|
#watcher > div {
|
||||||
|
overflow: hidden;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: 200px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#watcher > div.move {
|
#watcher > div.move {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user