mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 22:17:42 +00:00
fix(console): username overflow when suffix is shown (#4007)
* fix(console): username overflow when suffix * rm logs
This commit is contained in:
parent
95481c2e0b
commit
6a3689e05a
@ -9,7 +9,7 @@
|
|||||||
.ng-untouched {
|
.ng-untouched {
|
||||||
.cnsl-error {
|
.cnsl-error {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
transition: visibility .2 ease;
|
transition: visibility 0.2 ease;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,10 +24,14 @@
|
|||||||
|
|
||||||
[cnslSuffix] {
|
[cnslSuffix] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: .5rem;
|
right: 0.5rem;
|
||||||
top: 9px;
|
top: 9px;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
max-width: 150px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.user-create-main-content {
|
.user-create-main-content {
|
||||||
max-width: 35rem;
|
max-width: 45rem;
|
||||||
|
|
||||||
@media only screen and (max-width: 500px) {
|
@media only screen and (max-width: 500px) {
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user