text overflow is hidden, allowing user to click on close button
This commit is contained in:
parent
8717327c34
commit
8e16b8d8ab
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@
|
|||
@extend .media__uri;
|
||||
position: relative;
|
||||
transform: none;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.media__uri--large {
|
||||
|
|
Loading…
Reference in a new issue