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 15b966d commit 95c9f93Copy full SHA for 95c9f93
1 file changed
assets/src/css/style.css
@@ -1045,12 +1045,17 @@ input.small-width {
1045
text-decoration: none;
1046
}
1047
1048
+.img-circle.square {
1049
+ box-shadow: 0px 0px 1px 1px lightgray;
1050
+}
1051
+
1052
.dropdown-menu {
1053
min-width: 130px;
1054
1055
-.img-circle.square {
- box-shadow: 0px 0px 1px 1px lightgray;
1056
+#hooks .dropdown-item {
1057
+ white-space: normal;
1058
+ min-width: max-content;
1059
1060
1061
.select2-dropdown {
0 commit comments