Skip to content

Instantly share code, notes, and snippets.

@zhuangya
Last active January 20, 2023 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhuangya/6059a5421056ec2dda52e7aefdcf2a1f to your computer and use it in GitHub Desktop.
Save zhuangya/6059a5421056ec2dda52e7aefdcf2a1f to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name 2023/1/20 15:30:39
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Expand kibana filter dropdown items width
@author Ya Zhuang
@preprocessor stylus
==/UserStyle== */
@-moz-document regexp("https?://kibana\\..+") {
.euiPanel.euiComboBoxOptionsList.euiComboBoxOptionsList {
&--bottom {
width: 800px!important;
box-shadow: 1px 1px 4px rgba(0, 233, 0, .3);
.euiComboBoxOptionsList__rowWrap > div {
width: 100%!important;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment