1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed timestamp overflow on comments

This commit is contained in:
Fedor Katurov 2021-03-23 11:23:42 +07:00
parent dfcda6ca0f
commit deb8c27eca

View file

@ -28,4 +28,12 @@
:global(.green) {
color: $wisegreen;
}
& :last-child::after {
display: inline-block;
content: " ";
height: 1em;
width: 120px;
flex: 0 0 120px;
}
}