text overflow is hidden, allowing user to click on close button

This commit is contained in:
Dalton 2020-01-28 20:31:13 -06:00 committed by Sean Yesmunt
parent 8717327c34
commit 8e16b8d8ab

View file

@ -50,6 +50,8 @@
@extend .media__uri;
position: relative;
transform: none;
overflow: hidden;
text-overflow: ellipsis;
}
.media__uri--large {