We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b3e2c commit 1efd175Copy full SHA for 1efd175
frontend/src/styles/test.scss
@@ -261,9 +261,16 @@
261
}
262
263
264
- &.tape .word {
265
- margin: 0.25em 0.6em 0.75em 0;
266
- white-space: nowrap;
+ &.tape {
+ display: block;
+ text-wrap: nowrap;
267
+ .word {
268
+ margin: 0.25em 0.6em 0.75em 0;
269
+ display: inline-block;
270
+ }
271
+ .afterNewline {
272
273
274
275
276
/* a little hack for right-to-left languages */
@@ -564,9 +571,9 @@
564
571
pointer-events: none;
565
572
top: -2.5rem;
566
573
567
- &.focus {
568
- // top: 0rem;
569
- }
574
+ //&.focus {
575
+ // top: 0rem;
576
+ //}
570
577
578
i {
579
margin-right: 0.5rem;
0 commit comments