Last active
January 20, 2023 07:38
-
-
Save zhuangya/6059a5421056ec2dda52e7aefdcf2a1f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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