Skip to content

Commit 95c9f93

Browse files
committed
fix: Correzione grafica hooks
1 parent 15b966d commit 95c9f93

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

assets/src/css/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,12 +1045,17 @@ input.small-width {
10451045
text-decoration: none;
10461046
}
10471047

1048+
.img-circle.square {
1049+
box-shadow: 0px 0px 1px 1px lightgray;
1050+
}
1051+
10481052
.dropdown-menu {
10491053
min-width: 130px;
10501054
}
10511055

1052-
.img-circle.square {
1053-
box-shadow: 0px 0px 1px 1px lightgray;
1056+
#hooks .dropdown-item {
1057+
white-space: normal;
1058+
min-width: max-content;
10541059
}
10551060

10561061
.select2-dropdown {

0 commit comments

Comments
 (0)