removed ellipsis from .display-name
This commit is contained in:
parent
70c5eccc12
commit
b9a2ceca35
@ -409,9 +409,9 @@
|
|||||||
.display-name {
|
.display-name {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
//overflow: hidden;
|
||||||
white-space: nowrap;
|
//white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
//text-overflow: ellipsis;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
|
@ -1375,9 +1375,9 @@
|
|||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
//overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
//text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
//white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-name__html {
|
.display-name__html {
|
||||||
|
@ -92,9 +92,9 @@
|
|||||||
.display-name {
|
.display-name {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
//overflow: hidden;
|
||||||
white-space: nowrap;
|
//white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
//text-overflow: ellipsis;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -156,9 +156,9 @@
|
|||||||
.display-name {
|
.display-name {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
//overflow: hidden;
|
||||||
white-space: nowrap;
|
//white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
//text-overflow: ellipsis;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
Loading…
Reference in New Issue
Block a user