We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fd0ba commit 7c48ae3Copy full SHA for 7c48ae3
css/style.css
@@ -1700,12 +1700,13 @@ div.openInEditorButton i{
1700
-webkit-appearance: none;
1701
-moz-appearance: none;
1702
appearance: none;
1703
- max-width: 100%;
+ max-width: 120%;
1704
}
1705
.fa-select::after {
1706
font-family: FontAwesome;
1707
content: "\f0d7";
1708
margin-left: -15px;
1709
+ pointer-events: none; /* propagate click */
1710
1711
/* Runnable-examples css -end */
1712
0 commit comments