Minor fixes in small screens
parent
6da9ecbe6e
commit
27a9820dc9
|
@ -102,7 +102,7 @@ a.button-bulk {
|
|||
background: $green-taiga;
|
||||
font-size: 22px;
|
||||
margin-left: 2px;
|
||||
padding: 5px;
|
||||
padding: .3rem .5rem;
|
||||
vertical-align: middle;
|
||||
.icon {
|
||||
@extend %medium;
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
@include table-flex-child(20, 100px, 0, 0);
|
||||
}
|
||||
.status {
|
||||
@include table-flex-child(2, 100px, 0, 0);
|
||||
@include table-flex-child(2, 150px, 0, 0);
|
||||
}
|
||||
.points {
|
||||
@include table-flex-child(1, 100px, 0, 0);
|
||||
@include table-flex-child(1, 80px, 0, 0);
|
||||
}
|
||||
}
|
||||
.status,
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
}
|
||||
.new-sprint {
|
||||
float: right;
|
||||
.button {
|
||||
padding: .5rem 1.5rem .5rem;
|
||||
}
|
||||
}
|
||||
.sprint-name {
|
||||
span {
|
||||
|
|
Loading…
Reference in New Issue