mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 14:55:59 +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% */
|
line-height: 16px; /* 133.333% */
|
||||||
letter-spacing: 0.48px;
|
letter-spacing: 0.48px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
width: 50%;
|
width: 60%;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
.input {
|
.input {
|
||||||
|
@ -10,7 +10,7 @@ export const Container = styled.div`
|
|||||||
|
|
||||||
export const RightContainerWrapper = styled(Col)`
|
export const RightContainerWrapper = styled(Col)`
|
||||||
&&& {
|
&&& {
|
||||||
min-width: 200px;
|
min-width: 330px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
@ -26,7 +26,7 @@ interface LeftContainerWrapperProps {
|
|||||||
|
|
||||||
export const LeftContainerWrapper = styled(Col)<LeftContainerWrapperProps>`
|
export const LeftContainerWrapper = styled(Col)<LeftContainerWrapperProps>`
|
||||||
&&& {
|
&&& {
|
||||||
width: 70%;
|
min-width: 70%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
border-right: ${({ isDarkMode }): string =>
|
border-right: ${({ isDarkMode }): string =>
|
||||||
isDarkMode
|
isDarkMode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user