mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-07 20:40:26 +08:00
CSS fix overlapping number in task assigned items [SCI-6794] (#4092)
This commit is contained in:
parent
a720729472
commit
2097fb1df4
1 changed files with 1 additions and 2 deletions
|
@ -45,14 +45,13 @@
|
||||||
|
|
||||||
.assigned-repository-title {
|
.assigned-repository-title {
|
||||||
@include my-module-repository-title;
|
@include my-module-repository-title;
|
||||||
padding-right: 2.2em;
|
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
color: $color-alto;
|
color: $color-alto;
|
||||||
content: '[' attr(data-rows-count) ']';
|
content: '[' attr(data-rows-count) ']';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
padding-left: 1px;
|
||||||
padding-right: .7em;
|
padding-right: .7em;
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue