diff options
author | Patrick Quist <partouf@gmail.com> | 2023-05-23 05:23:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 22:23:31 -0500 |
commit | 44a8011571d7a94854ee1d550bcda7147db8176f (patch) | |
tree | c576d516b23e2ee7ecafa3363b8b3f90b5248408 | |
parent | 476b983a45e8fcd5f4afe3d42db773b1fbdb3cb8 (diff) | |
download | compiler-explorer-gh-7467.tar.gz compiler-explorer-gh-7467.zip |
min width spon thing (#5072)gh-7467
only tested manually in chrome, not by running CE
-rw-r--r-- | static/styles/explorer.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles/explorer.scss b/static/styles/explorer.scss index 2b33be69e..b0806cd29 100644 --- a/static/styles/explorer.scss +++ b/static/styles/explorer.scss @@ -728,6 +728,10 @@ div.populararguments div.dropdown-menu { overflow: auto; /* move scrollbar into sponsor part - keep quickaccess buttons on screen */ } +#ces { + min-width: 260px; +} + #ces-banner-text { margin-right: 0.1em; } |