File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
src/Frontend/src/components/messages Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ const filteredHeaders = computed(() => {
51
51
}
52
52
.searchheader {
53
53
display : flex ;
54
- /* justify-content: flex-end;*/
55
54
align-items : center ;
56
55
margin-bottom : 10px ;
57
56
}
@@ -60,23 +59,10 @@ const filteredHeaders = computed(() => {
60
59
.search-input {
61
60
padding : 5px ;
62
61
margin-right : 10px ;
62
+ width : 100% ;
63
+ max-width : 40rem ;
63
64
}
64
65
65
- /* Style for the clear button */
66
- .clear-btn {
67
- background : none ;
68
- border : none ;
69
- color : #888 ;
70
- font-size : 16px ;
71
- cursor : pointer ;
72
- padding : 0 ;
73
- margin : 0 ;
74
- font-weight : bold ;
75
- }
76
-
77
- .clear-btn :hover {
78
- color : #000 ;
79
- }
80
66
/* Style for the empty filtered list message */
81
67
.alert-warning {
82
68
margin-top : 10px ;
You can’t perform that action at this time.
0 commit comments