Skip to content

Commit

Permalink
Fix project index styles
Browse files Browse the repository at this point in the history
  • Loading branch information
akarak committed Jan 1, 2021
1 parent fe1c652 commit 5c5fa3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $use-project-tiles: true !default;
$issue-subject-large: true !default;
$enable-sidebar-toggler: true !default;
$wiki-page-more-vertical-space: true !default;
$top-menu-collapse: true !default;
$top-menu-collapse: false !default;
$agile-board-customize: true !default;


Expand Down
9 changes: 9 additions & 0 deletions src/sass/components/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,15 @@ ul.projects {

li.child {
margin-top: $line-height-computed / 2;

.wiki.description {
padding-left: $padding-side;

a.project {
font-size: $font-size-base;
font-weight: $font-weight-normal;
}
}
}

a.project {
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css

Large diffs are not rendered by default.

0 comments on commit 5c5fa3a

Please sign in to comment.