말풍선 <a>테그 링크표시

This commit is contained in:
khk 2020-02-10 16:18:49 +09:00
parent 5512723950
commit d804f7e84c

View File

@ -165,11 +165,16 @@ $tablet-s-width: 768px;
}
}
}
.bubble-main {
::ng-deep .bubble-main {
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-word;
a {
color: #0367a6;
text-decoration: underline;
}
}
::ng-deep .view-previous {
display: flex;
flex-flow: column;