Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 8efb908

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: fixing some bugs
1 parent 6293299 commit 8efb908

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/features/dashboard/components/ApiTokenForm/api-token.form.module.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ form {
7777
transform-origin: top left;
7878
transition: all 0.25s ease;
7979
white-space: nowrap;
80+
width: calc(100% - 100px);
81+
white-space: nowrap;
82+
overflow: hidden;
83+
text-overflow: ellipsis;
8084
}
8185
input[type='text'],
8286
input[type='number'] {
@@ -94,6 +98,10 @@ form {
9498
background-color: var(--ifm-color-emphasis-0);
9599
padding: 0 rem(0.4);
96100
transform: translateY(rem(-2)) scale(0.75);
101+
width: unset;
102+
@media screen and (min-width: 320px) and (max-width: 425px) {
103+
font-size: rem(1.4);
104+
}
97105
&.tokenInputLabel {
98106
color: var(--smoke);
99107
}
@@ -107,6 +115,10 @@ form {
107115
background-color: var(--ifm-color-emphasis-0);
108116
padding: 0 rem(0.4);
109117
transform: translateY(rem(-2)) scale(0.75);
118+
width: unset;
119+
@media screen and (min-width: 320px) and (max-width: 425px) {
120+
font-size: rem(1.4);
121+
}
110122
&.tokenInputLabel {
111123
color: var(--smoke);
112124
}

0 commit comments

Comments
 (0)