Skip to content

Commit

Permalink
bugfix: text wrapping on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceOrunitia committed Oct 2, 2024
1 parent 9ae88b1 commit ebb53c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/rosenpass.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ a.td-rss-button {
a {
color: var(--bs-link-color);
font-weight: bold;
text-wrap: auto;
text-wrap: wrap;
min-width: 210px;
background-image: none;
background-color: inherit;
Expand All @@ -283,7 +283,7 @@ a.td-rss-button {
p {
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
font-size: smaller;
text-wrap: auto;
text-wrap: wrap;
max-width: 290px;
}
}
Expand Down Expand Up @@ -1203,7 +1203,7 @@ body:has(.td-offline-search-results) {
font-size: small;
width: fit-content;
max-width: 80%;
text-wrap: auto;
text-wrap: wrap;
margin-top: -0.5rem;
}

Expand Down

0 comments on commit ebb53c2

Please sign in to comment.