MOBILE-3320 format-text: Remove display contents
parent
bf0857d0c0
commit
6822e0246f
|
@ -16,12 +16,11 @@ body.dark core-format-text {
|
|||
}
|
||||
|
||||
core-format-text {
|
||||
display: contents;
|
||||
display: block;
|
||||
|
||||
.core-format-text-loader {
|
||||
opacity: 0;
|
||||
@include core-transition(opacity, 200ms);
|
||||
display: contents;
|
||||
}
|
||||
|
||||
&.core-format-text-loading {
|
||||
|
@ -32,7 +31,6 @@ core-format-text {
|
|||
background-color: rgba(0,0,0,.1);
|
||||
overflow: hidden;
|
||||
border-radius: 5px;
|
||||
display: block;
|
||||
|
||||
.core-format-text-loader {
|
||||
position: absolute;
|
||||
|
@ -68,7 +66,6 @@ core-format-text {
|
|||
|
||||
&[maxHeight],
|
||||
&[ng-reflect-max-height] {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue