Browse Source

fixing URLs on resource pages

practices
Simon Bowie 1 year ago
parent
commit
ba032984cc
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web/app/static/styles/main.css

+ 4
- 0
web/app/static/styles/main.css View File

@@ -1140,6 +1140,10 @@ select {
gap: 1rem;
}

.facts a {
overflow-wrap: break-word;
}

@media (min-width: 1024px) {

.facts {

Loading…
Cancel
Save