fix tracker styles

This commit is contained in:
Victor Batischev
2024-02-08 18:47:05 +03:00
parent 51ae926a2f
commit db7a599a32
5 changed files with 21 additions and 38 deletions

View File

@ -354,7 +354,7 @@
border: 1px solid #e3e2e2;
padding: 2px 6px;
position: relative;
max-width: 220px;
max-width: 190px;
width: 100%;
@media (max-width: 915px) {
@ -830,9 +830,7 @@
max-height: 100px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
span {
@ -868,6 +866,7 @@
column-gap: 10px;
align-items: center;
pointer-events: none;
margin-top: 5px;
&__more {
cursor: pointer;
@ -898,7 +897,7 @@
display: flex;
align-items: center;
column-gap: 5px;
margin-bottom: 8px;
margin-top: 3px;
p {
font-weight: 500;
@ -927,7 +926,6 @@
display: flex;
align-items: center;
column-gap: 5px;
margin-bottom: 8px;
p {
font-weight: 500;
@ -944,7 +942,6 @@
&__executor {
display: flex;
align-items: center;
margin-top: 2px;
font-size: 14px;
font-weight: 500;
column-gap: 5px;
@ -967,7 +964,7 @@
flex-wrap: wrap;
column-gap: 6px;
row-gap: 3px;
margin: 5px 0 8px;
margin: 3px 0;
.tagItem {
padding: 3px 10px;