Skip to content

Commit b1ffe7e

Browse files
silverwindzeripath
authored andcommitted
UI: Style tweaks to issue selection (#6196)
- Prevent jump in layout when selecting the first issue - Remove useless padding on top of first issue
1 parent a121497 commit b1ffe7e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_repository.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,10 @@
15831583
display: none;
15841584
}
15851585

1586+
#issue-actions {
1587+
margin-top: -1rem !important; // counteract padding from Semantic
1588+
}
1589+
15861590
#issue-actions.hide {
15871591
display: none;
15881592
}
@@ -1593,7 +1597,6 @@
15931597

15941598
.issue.list {
15951599
list-style: none;
1596-
padding-top: 15px;
15971600
>.item {
15981601
padding-top: 15px;
15991602
padding-bottom: 10px;

0 commit comments

Comments
 (0)