use ellipsis instead of "~" for truncating text overflow
This commit is contained in:
parent
92d04bdff6
commit
603d5d33e5
@ -386,7 +386,7 @@ h2 {
|
|||||||
h2 #name {
|
h2 #name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: "~";
|
text-overflow: ellipsis;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 205px;
|
width: 205px;
|
||||||
@ -498,7 +498,7 @@ h3 {
|
|||||||
height: 23px;
|
height: 23px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-overflow: "~";
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
@ -579,7 +579,7 @@ h3 {
|
|||||||
|
|
||||||
#randdetails td, #resodetails td {
|
#randdetails td, #resodetails td {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: "~";
|
text-overflow: ellipsis;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user