overflow ellipsis for site name and domain
This commit is contained in:
parent
daa3cb1ae5
commit
f8eac322a3
|
@ -11,6 +11,8 @@
|
|||
|
||||
width: 400px;
|
||||
|
||||
text-align: left;
|
||||
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #ccc;
|
||||
|
@ -60,4 +62,7 @@
|
|||
|
||||
height: 18px;
|
||||
margin: 5px 10px;
|
||||
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue