Fix status prepend design (#1874)

* Fix status prepend design

* Adjust status prepend styling a bit
This commit is contained in:
Claire
2022-10-28 08:47:10 +02:00
committed by GitHub
parent b3030187a4
commit 19765216a1
2 changed files with 10 additions and 12 deletions

View File

@@ -555,12 +555,10 @@
}
.status__prepend {
margin-top: -10px;
margin-bottom: 10px;
margin-top: -2px;
margin-bottom: 8px;
margin-left: 58px;
color: $dark-text-color;
padding: 8px 0;
padding-bottom: 2px;
font-size: 14px;
position: relative;