Index: dist/css/base/gin.css IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/dist/css/base/gin.css b/dist/css/base/gin.css --- a/dist/css/base/gin.css +++ b/dist/css/base/gin.css (date 1706704952000) @@ -2929,6 +2929,10 @@ margin-left: 0; } +html.js.no-touchevents .dropbutton-wrapper.open .dropbutton--extrasmall { + height: auto; +} + table tr:not(:first-of-type):nth-last-child(2) td .dropbutton__items, table tr:not(:first-of-type):last-of-type td .dropbutton__items { bottom: 100%; Index: styles/base/_dropbutton.scss IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/styles/base/_dropbutton.scss b/styles/base/_dropbutton.scss --- a/styles/base/_dropbutton.scss +++ b/styles/base/_dropbutton.scss (date 1706704952000) @@ -271,6 +271,12 @@ .dropbutton--multiple.dropbutton--extrasmall .dropbutton__items .dropbutton__item { margin-right: 0; } + + .dropbutton-wrapper.open { + .dropbutton--extrasmall { + height: auto; + } + } } // Last item in table