diff options
author | RabsRincon <ruben@rinconblanco.es> | 2021-06-29 21:14:03 +0200 |
---|---|---|
committer | RabsRincon <ruben@rinconblanco.es> | 2021-06-29 21:14:03 +0200 |
commit | 2d548703b72bbd4d365b19098ee5f232b7a841bd (patch) | |
tree | 9938dc29fed6770bfcc52acffb42365d7bde2ad7 | |
parent | d3af770eec9973b37b7a5118a6b6db0f5b646942 (diff) | |
download | compiler-explorer-2d548703b72bbd4d365b19098ee5f232b7a841bd.tar.gz compiler-explorer-2d548703b72bbd4d365b19098ee5f232b7a841bd.zip |
Remove one extra border from language selector
-rw-r--r-- | static/explorer.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/explorer.scss b/static/explorer.scss index ff28520ae..2807ee014 100644 --- a/static/explorer.scss +++ b/static/explorer.scss @@ -365,9 +365,9 @@ pre.content.wrap * { } .change-language .ts-input { + border-bottom: none; border-right: none; - border-top-right-radius: 0; - border-bottom-right-radius: 0; + border-radius: 0; } .short-compiler-name { |