1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

Return text-shadow back, make project wrapper less transparent

This commit is contained in:
Maksim Eltyshev 2020-06-04 21:15:22 +05:00
parent c43b4ea8ad
commit 3c4dd9e9c0
6 changed files with 5 additions and 20 deletions

View file

@ -150,25 +150,6 @@
position: relative;
}
.labels {
border: none;
border-radius: 3px;
box-sizing: border-box;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 600;
line-height: 32px;
margin: 0 4px 4px 0;
max-width: 100%;
min-width: 40px;
outline: none;
overflow: hidden;
padding: 0 12px;
text-overflow: ellipsis;
white-space: nowrap;
}
.modalPadding {
padding: 0px;
}