- commit
- 8c9ac74167c95114b3e6f83b16a4798f15585cdc
- parent
- 36d93f5950ca2d83a52793ae3f694f00e216ecfd
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-08-20 06:39
explicitly set text-align
Diffstat
| M | src/outline.scss | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/outline.scss b/src/outline.scss
@@ -29,6 +29,7 @@ $color-tint: #eee; 29 29 background: $color-bg; 30 30 color: $color-fg; 31 31 max-width: 40em; -1 32 text-align: start; 32 33 33 34 // compat for browsers without dialog support 34 35 &._is-open {