diff options
| author | Ryan Mehri <[email protected]> | 2020-05-17 11:03:24 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-17 11:03:24 -0600 |
| commit | 3fb2647699bc1a57f718d384860cf2279fa8222e (patch) | |
| tree | 48d6eb2adeef0c9058734e5941fb7fddfc031bb4 /frontend/src/css | |
| parent | Merge pull request #26 from jackyzha0/raw-button (diff) | |
| parent | remove lang input (diff) | |
| download | ctrl-v-3fb2647699bc1a57f718d384860cf2279fa8222e.tar.xz ctrl-v-3fb2647699bc1a57f718d384860cf2279fa8222e.zip | |
Merge pull request #27 from jackyzha0/save-lang
save lang
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index c0e669c..488ee08 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -69,7 +69,7 @@ code, pre { } .Dropdown-placeholder { - width: 7em; + width: 5.5em; } .Dropdown-menu { |