diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-06-20 13:00:10 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-06-20 13:00:10 +0000 |
| commit | 44a03922e60335215eb93f14441f5905405b7ecc (patch) | |
| tree | a78f32ebd019fc33222f7fc0bda23a300a6f218b /src/App.scss | |
| parent | 752ee9d70c48050fc9fe5da5501773b24fc597fc (diff) | |
Fix/messed up long polls
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index db9f62f0..e4c764bf 100644 --- a/src/App.scss +++ b/src/App.scss @@ -200,6 +200,7 @@ input, textarea, .select { } } + label::before { + flex-shrink: 0; display: inline-block; content: ''; transition: box-shadow 200ms; @@ -236,6 +237,7 @@ input, textarea, .select { } } + label::before { + flex-shrink: 0; display: inline-block; content: '✔'; transition: color 200ms; |
