mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 08:35:54 +08:00
fix: dashboard editor width fixes on large screens (#5101)
* fix: dashboard editor width fixes on large screens * fix: label fix
This commit is contained in:
parent
932d892d9e
commit
1db1f76a72
@ -230,7 +230,7 @@
|
||||
line-height: 16px; /* 133.333% */
|
||||
letter-spacing: 0.48px;
|
||||
text-transform: uppercase;
|
||||
width: 50%;
|
||||
width: 60%;
|
||||
padding: 8px;
|
||||
}
|
||||
.input {
|
||||
|
@ -10,7 +10,7 @@ export const Container = styled.div`
|
||||
|
||||
export const RightContainerWrapper = styled(Col)`
|
||||
&&& {
|
||||
min-width: 200px;
|
||||
min-width: 330px;
|
||||
overflow-y: auto;
|
||||
max-width: 400px;
|
||||
width: 30%;
|
||||
@ -26,7 +26,7 @@ interface LeftContainerWrapperProps {
|
||||
|
||||
export const LeftContainerWrapper = styled(Col)<LeftContainerWrapperProps>`
|
||||
&&& {
|
||||
width: 70%;
|
||||
min-width: 70%;
|
||||
overflow-y: auto;
|
||||
border-right: ${({ isDarkMode }): string =>
|
||||
isDarkMode
|
||||
|
Loading…
x
Reference in New Issue
Block a user