Minor fixes for tags isplay in us detail
parent
10432f18c9
commit
18079ed003
|
@ -94,14 +94,14 @@
|
||||||
.user-story-tags {
|
.user-story-tags {
|
||||||
.tags-container {
|
.tags-container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14rem;
|
width: 14rem;
|
||||||
}
|
}
|
||||||
.tag {
|
.tag {
|
||||||
padding: .6rem .5rem;
|
padding: 8px 8px 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -310,19 +310,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.us-status {
|
.us-status {
|
||||||
.severity-data{
|
.severity-data {
|
||||||
position: relative;
|
position: relative;
|
||||||
.pop-severity {
|
.pop-severity {
|
||||||
@include popover(150px, '', 30px, '', '');
|
@include popover(150px, '', 30px, '', '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.priority-data{
|
.priority-data {
|
||||||
position: relative;
|
position: relative;
|
||||||
.pop-priority {
|
.pop-priority {
|
||||||
@include popover(150px, '', 30px, '', '');
|
@include popover(150px, '', 30px, '', '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.status-data{
|
.status-data {
|
||||||
position: relative;
|
position: relative;
|
||||||
.pop-status {
|
.pop-status {
|
||||||
@include popover(150px, '', 30px, '', '');
|
@include popover(150px, '', 30px, '', '');
|
||||||
|
|
Loading…
Reference in New Issue