말풍선 <a>테그 링크표시
This commit is contained in:
parent
5512723950
commit
d804f7e84c
|
@ -165,11 +165,16 @@ $tablet-s-width: 768px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bubble-main {
|
::ng-deep .bubble-main {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
a {
|
||||||
|
color: #0367a6;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .view-previous {
|
::ng-deep .view-previous {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user