Uncomment multi-line-ellipsis from utils.scss
This commit is contained in:
parent
31fec2dea5
commit
465b6582b9
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 909 KiB |
|
@ -12,10 +12,10 @@
|
|||
}
|
||||
*/
|
||||
|
||||
. space
|
||||
{
|
||||
.space {
|
||||
margin-left: 4px !important;
|
||||
}
|
||||
|
||||
/*
|
||||
.custom-icon {
|
||||
display: inline-block;
|
||||
|
@ -55,14 +55,11 @@ h2 .custom-external {
|
|||
background-size: 20px 20px;
|
||||
padding-left: 21px;
|
||||
background: rgba(0, 0, 0, 0) url("~src/assets/common-assets/external-link.svg") no-repeat scroll left center;
|
||||
}
|
||||
}*/
|
||||
|
||||
.multi-line-ellipsis p {
|
||||
display: -webkit-box;
|
||||
|
||||
*/
|
||||
/* autoprefixer: ignore next */
|
||||
/*
|
||||
autoprefixer: ignore next;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -84,7 +81,7 @@ h2 .custom-external {
|
|||
-webkit-line-clamp: 10;
|
||||
}
|
||||
|
||||
.iframeContainer {
|
||||
/*.iframeContainer {
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
@ -153,4 +150,4 @@ div:not(.uk-logo) > img {
|
|||
hyphens: auto;
|
||||
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue