Browse Source

removed ellipsis from .display-name

closed-social-glitch-2
Ondřej Hruška 6 years ago
parent
commit
b9a2ceca35
3 changed files with 12 additions and 12 deletions
  1. +3
    -3
      app/javascript/styles/accounts.scss
  2. +3
    -3
      app/javascript/styles/components.scss
  3. +6
    -6
      app/javascript/styles/stream_entries.scss

+ 3
- 3
app/javascript/styles/accounts.scss View File

@ -409,9 +409,9 @@
.display-name {
display: block;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
//overflow: hidden;
//white-space: nowrap;
//text-overflow: ellipsis;
cursor: default;
strong {

+ 3
- 3
app/javascript/styles/components.scss View File

@ -1375,9 +1375,9 @@
display: block;
position: relative;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
//overflow: hidden;
//text-overflow: ellipsis;
//white-space: nowrap;
}
.display-name__html {

+ 6
- 6
app/javascript/styles/stream_entries.scss View File

@ -92,9 +92,9 @@
.display-name {
display: block;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
//overflow: hidden;
//white-space: nowrap;
//text-overflow: ellipsis;
strong {
font-weight: 500;
@ -156,9 +156,9 @@
.display-name {
display: block;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
//overflow: hidden;
//white-space: nowrap;
//text-overflow: ellipsis;
strong {
font-weight: 500;

Loading…
Cancel
Save