fix kanban & backlog column width in IE11
parent
99d183085f
commit
7f4c12e3b8
|
@ -58,10 +58,10 @@ $column-margin: 0 10px 0 0;
|
||||||
}
|
}
|
||||||
.task-colum-name {
|
.task-colum-name {
|
||||||
@extend %large;
|
@extend %large;
|
||||||
@include table-flex-child($column-flex, $column-width, $column-shrink, $column-width);
|
|
||||||
@include table-flex();
|
@include table-flex();
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
border-top: 3px solid $gray-light;
|
border-top: 3px solid $gray-light;
|
||||||
|
flex: auto 0 auto;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: $column-margin;
|
margin: $column-margin;
|
||||||
max-width: $column-width;
|
max-width: $column-width;
|
||||||
|
|
|
@ -54,15 +54,17 @@ $column-margin: 0 10px 0 0;
|
||||||
}
|
}
|
||||||
.task-colum-name {
|
.task-colum-name {
|
||||||
@extend %large;
|
@extend %large;
|
||||||
@include table-flex-child($column-flex, $column-width, $column-shrink, $column-width);
|
|
||||||
@include table-flex();
|
@include table-flex();
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
border-top: 3px solid $gray-light;
|
border-top: 3px solid $gray-light;
|
||||||
|
flex: auto 0 auto;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: $column-margin;
|
margin: $column-margin;
|
||||||
|
max-width: $column-width;
|
||||||
padding: .5rem .5rem .5rem 1rem;
|
padding: .5rem .5rem .5rem 1rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
width: $column-width;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue