CSS fix overlapping number in task assigned items [SCI-6794] (#4092)

This commit is contained in:
ajugo 2022-05-13 11:16:07 +02:00 committed by GitHub
parent a720729472
commit 2097fb1df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,14 +45,13 @@
.assigned-repository-title {
@include my-module-repository-title;
padding-right: 2.2em;
&::after {
color: $color-alto;
content: '[' attr(data-rows-count) ']';
display: inline-block;
padding-left: 1px;
padding-right: .7em;
position: absolute;
right: 0;
}
}