Mattias Bodlund 4 months ago
parent
commit
b1a1d5d434
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      app/assets/stylesheets/application.css

+ 10
- 1
app/assets/stylesheets/application.css View File

@ -518,7 +518,6 @@ main {
font-size: var(--fs-base);
line-height: 1.4;
padding: 1.6rem 1.2rem;
}
.result-actions {
@ -583,6 +582,13 @@ main {
}
}
.breakable {
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
}
.result-msg {
background-color: var(--clr-white);
border-radius: 1.2rem;
@ -594,6 +600,9 @@ main {
font-size: var(--fs-3xl);
line-height: 1.1;
margin: 0 0 0.4em 0;
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
}
& div:first-child {


Loading…
Cancel
Save