mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 19:04:06 +08:00
fix(result-page):some unwanted texts wrapping in result screenshot (@byseif21)
This commit is contained in:
parent
69cc227c87
commit
db0e2ab1ee
1 changed files with 10 additions and 1 deletions
|
|
@ -108,6 +108,7 @@
|
|||
justify-content: flex-end;
|
||||
gap: 0 1em;
|
||||
flex-wrap: wrap;
|
||||
white-space: nowrap;
|
||||
|
||||
.fas {
|
||||
margin-left: 0.33em;
|
||||
|
|
@ -761,6 +762,13 @@
|
|||
margin-bottom: 0.25rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
// for "input history" wrapping in screenshot for small screens
|
||||
flex-wrap: wrap;
|
||||
|
||||
> span {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.words {
|
||||
display: flex;
|
||||
|
|
@ -800,7 +808,7 @@
|
|||
}
|
||||
&.withLigatures {
|
||||
.word {
|
||||
overflow-wrap: anywhere;
|
||||
//overflow-wrap: anywhere;
|
||||
padding-bottom: 2px; // compensate for letter border
|
||||
|
||||
.hints {
|
||||
|
|
@ -1005,6 +1013,7 @@
|
|||
font-size: 1rem;
|
||||
line-height: 1rem;
|
||||
margin-bottom: 0.25rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue