Skip to content
Snippets Groups Projects
Unverified Commit f4970c7d authored by Natsuki Ikeguchi's avatar Natsuki Ikeguchi Committed by GitHub
Browse files

fix(frontend): Use opening quote in notifications (#12082)


Signed-off-by: default avatarNatsuki Ikeguchi <me@s6n.jp>
parent 6d6ddbc3
No related branches found
No related tags found
No related merge requests found
......@@ -283,6 +283,12 @@ useTooltip(reactionRef, (showing) => {
.quote:first-child {
margin-right: 4px;
position: relative;
&:before {
position: absolute;
transform: rotate(180deg);
}
}
.quote:last-child {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment