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 630e2ed commit 214a5fcCopy full SHA for 214a5fc
src/Frontend/src/components/audit/ListFilterSelector.vue
@@ -82,18 +82,21 @@ onMounted(() => {
82
}
83
.item {
84
font-size: 0.875rem;
85
- margin-left: 1.25rem;
+ padding-left: 1.25rem;
86
font-weight: 400;
87
color: #262626;
88
- word-wrap: break-word;
89
text-decoration: none;
90
width: 100%;
+ display: flex;
91
+ overflow-wrap: anywhere;
92
93
.item-container {
94
padding: 0.25rem 0;
95
display: flex;
96
place-items: center;
97
cursor: pointer;
98
+ max-width: 100%;
99
+ width: max-content;
100
101
102
.item-container:hover {
@@ -111,7 +114,7 @@ onMounted(() => {
111
114
112
115
113
116
.selected {
- margin-left: 0.375rem;
117
+ padding-left: 0.375rem;
118
119
120
.dropdown .btn {
0 commit comments