diff options
author | Vitaly Takmazov | 2019-04-04 18:46:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | f56ef42ebcc342113a13652a046bf835eaee007d (patch) | |
tree | 3a4ac22f25cf81c1cfc03cd53733051affe6f8d3 /vnext/src | |
parent | 1a81bda3db066301b3fada3b3db0e1db5f0b2e9e (diff) |
Fix linter warnings
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/components/Modal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Modal.css b/vnext/src/components/Modal.css index 428ee2e3..931b9d81 100644 --- a/vnext/src/components/Modal.css +++ b/vnext/src/components/Modal.css @@ -41,7 +41,7 @@ } .dialoglogin { background: #fff; - padding: 25px; + padding: 25px; } .dialog-opened { overflow: hidden; |