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;
|
||||
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%;
|
||||
|
||||
Reference in New Issue
Block a user