Align text in label list to the left

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-06-23 22:18:40 +02:00
committed by Julius Härtl
parent 6f479727d5
commit 27d99f4a50

View File

@@ -658,8 +658,6 @@ button.button-inline:hover {
color: #ffffff;
min-width: 20px;
display: flex;
align-content: center;
text-align: center;
}
#assigned-users .avatardiv {
@@ -909,16 +907,16 @@ button.button-inline:hover {
.label-create {
width: 100%;
padding: 0px 56px 0px 0px !important;
justify-content: center;
}
.label-create a {
display: block;
margin: 0px;
}
.label-create .icon {
margin-right: 10px;
}
#board-detail-labels .color {
width: 28px;
height: 100%;