Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi committed Jan 14, 2025
1 parent 84988cf commit e570554
Show file tree
Hide file tree
Showing 45 changed files with 103 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

&__content__results {
overflow-y: overlay;
overflow-y: auto;
height: calc(100% - 2.8rem);
padding: 0.5rem 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
width: 100%;

&__content {
overflow-y: overlay;
overflow-y: auto;
height: 100%;
width: 100%;
padding: 1.5rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}

&__content__results {
overflow-y: overlay;
overflow-y: auto;
height: calc(100% - 2.8rem);
padding: 0.5rem 0;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-query/style/_query-setup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
width: 100%;
height: calc(100% - 2.2rem);
padding: 20rem;
overflow: overlay;
overflow: auto;
}

.query-setup__status-bar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
&__prompt {
@include flexCenter;

word-break: break-word;
word-break: normal;
overflow-wrap: anywhere;
margin-left: 0.8rem;
color: var(--color-light-grey-400);
line-height: 2rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
&__header__tabs {
display: flex;
height: 100%;
overflow-x: overlay;
overflow-x: auto;
}

&__header__tab {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

padding: 0 0.5rem;
width: calc(100% - 2.8rem);
overflow-x: overlay;
overflow-x: auto;
overflow-y: hidden;
}

Expand Down Expand Up @@ -258,7 +258,7 @@

&__list {
width: calc(100% - 15rem);
overflow: overlay;
overflow: auto;
}
}

Expand Down Expand Up @@ -329,7 +329,7 @@
border: 0.1rem solid var(--color-dark-grey-250);
background: var(--color-dark-grey-85);
border-radius: 0 0 0.5rem 0.5rem;
overflow-x: overlay;
overflow-x: auto;

&__line {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down Expand Up @@ -109,7 +109,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand All @@ -89,7 +89,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@

&__header__prompt {
padding: 2rem 2rem 0;
word-break: break-word;
word-break: normal;
overflow-wrap: anywhere;
font-size: 1.4rem;
color: var(--color-light-grey-400);
line-height: 2rem;
Expand Down Expand Up @@ -261,7 +262,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down Expand Up @@ -317,7 +318,8 @@

&__header__prompt {
padding: 2rem 2rem 0;
word-break: break-word;
word-break: normal;
overflow-wrap: anywhere;
font-size: 1.4rem;
color: var(--color-light-grey-400);
line-height: 2rem;
Expand Down Expand Up @@ -466,7 +468,8 @@
}

&__section__header__prompt {
word-break: break-word;
word-break: normal;
overflow-wrap: anywhere;
font-size: 1.4rem;
color: var(--color-light-grey-400);
line-height: 2rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down Expand Up @@ -90,7 +90,8 @@
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-word;
word-break: normal;
overflow-wrap: anywhere;
text-align: left;
padding-left: 0.5rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand All @@ -73,7 +73,7 @@
height: 2.8rem;
z-index: 1;
display: flex;
overflow-x: overlay;
overflow-x: auto;
overflow-y: hidden;
}

Expand Down Expand Up @@ -130,7 +130,7 @@
&__description {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
text-align: left;
height: calc(100% - 2.8rem);
Expand All @@ -144,7 +144,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;

&__item {
padding-top: 1rem;
Expand Down Expand Up @@ -366,7 +366,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
&__header__tabs {
display: flex;
height: 100%;
overflow-x: overlay;
overflow-x: auto;
}

&__header__tab__label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand All @@ -86,7 +86,7 @@
height: 2.8rem;
z-index: 1;
display: flex;
overflow-x: overlay;
overflow-x: auto;
overflow-y: hidden;
}

Expand Down Expand Up @@ -433,7 +433,8 @@
&__toggler__prompt {
@include flexCenter;

word-break: break-word;
word-break: normal;
overflow-wrap: anywhere;
margin-left: 0.8rem;
color: var(--color-light-grey-400);
line-height: 2rem;
Expand Down Expand Up @@ -527,7 +528,7 @@
height: 2.8rem;
z-index: 1;
display: flex;
overflow-x: overlay;
overflow-x: auto;
overflow-y: hidden;
}

Expand Down Expand Up @@ -594,7 +595,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand All @@ -73,7 +73,7 @@
height: 2.8rem;
z-index: 1;
display: flex;
overflow-x: overlay;
overflow-x: auto;
overflow-y: hidden;
}

Expand Down Expand Up @@ -681,7 +681,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down Expand Up @@ -834,7 +834,8 @@

&__header__prompt {
padding: 2rem 2rem 0;
word-break: break-word;
word-break: normal;
overflow-wrap: anywhere;
font-size: 1.4rem;
color: var(--color-light-grey-400);
line-height: 2rem;
Expand Down Expand Up @@ -1143,7 +1144,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
height: 2.8rem;
z-index: 1;
display: flex;
overflow-x: overlay;
overflow-x: auto;
overflow-y: hidden;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
height: 100%;
width: 100%;
padding: 1rem;
overflow: overlay;
overflow: auto;
}
}

Expand All @@ -74,7 +74,7 @@
&__header__tabs {
display: flex;
height: 100%;
overflow-x: overlay;
overflow-x: auto;
}

&__header__tab {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
height: 3.4rem;
z-index: 1;
display: flex;
overflow-x: overlay;
overflow-x: auto;
overflow-y: hidden;
}

Expand Down
Loading

0 comments on commit e570554

Please sign in to comment.