mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-26 10:04:26 +08:00
fix: context filter input overflow issue, min height for logs list view (#4710)
This commit is contained in:
parent
60946b5e9d
commit
07747e73d6
@ -1,10 +1,13 @@
|
|||||||
.query-builder-search-wrapper {
|
.query-builder-search-wrapper {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
height: 46px;
|
border: 1px solid var(--bg-slate-400);
|
||||||
border: 1px solid var(--bg-slate-400);
|
border-bottom: none;
|
||||||
border-bottom: none;
|
|
||||||
|
|
||||||
.ant-select-selector {
|
.ant-select-selector {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
|
||||||
}
|
input {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -8,4 +8,5 @@
|
|||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
letter-spacing: -0.005em;
|
letter-spacing: -0.005em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
min-height: 500px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user