Align text in label list to the left
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
6f479727d5
commit
27d99f4a50
@@ -658,8 +658,6 @@ button.button-inline:hover {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: center;
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#assigned-users .avatardiv {
|
#assigned-users .avatardiv {
|
||||||
@@ -909,16 +907,16 @@ button.button-inline:hover {
|
|||||||
.label-create {
|
.label-create {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0px 56px 0px 0px !important;
|
padding: 0px 56px 0px 0px !important;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.label-create a {
|
.label-create a {
|
||||||
display: block;
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.label-create .icon {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#board-detail-labels .color {
|
#board-detail-labels .color {
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user