Skip to content

Commit

Permalink
Remove width from nav pills on large screens and allow them to wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeexgreeen committed Jan 14, 2025
1 parent b7582e8 commit ce7ee45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions ckan/public-midnight-blue/base/css/main-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -12421,11 +12421,6 @@ a.tag:hover {
border-radius: 8px;
flex: 1 0 auto;
}
@media (min-width: 992px) {
.nav-pills li {
width: 0;
}
}
.nav-pills li a {
color: #6d83ab;
display: block;
Expand Down
5 changes: 0 additions & 5 deletions ckan/public-midnight-blue/base/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12421,11 +12421,6 @@ a.tag:hover {
border-radius: 8px;
flex: 1 0 auto;
}
@media (min-width: 992px) {
.nav-pills li {
width: 0;
}
}
.nav-pills li a {
color: #6d83ab;
display: block;
Expand Down
3 changes: 0 additions & 3 deletions ckan/public-midnight-blue/base/scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@
gap: .5rem;
border-radius: 8px;
flex: 1 0 auto;
@include media-breakpoint-up(lg) {
width: 0;
}
a {
color: $brand-300;
display: block;
Expand Down

0 comments on commit ce7ee45

Please sign in to comment.