mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 13:07:52 +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 {
|
||||
.cnsl-error {
|
||||
visibility: hidden;
|
||||
transition: visibility .2 ease;
|
||||
transition: visibility 0.2 ease;
|
||||
}
|
||||
}
|
||||
|
||||
@ -24,10 +24,14 @@
|
||||
|
||||
[cnslSuffix] {
|
||||
position: absolute;
|
||||
right: .5rem;
|
||||
right: 0.5rem;
|
||||
top: 9px;
|
||||
height: inherit;
|
||||
vertical-align: middle;
|
||||
max-width: 150px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
input {
|
||||
|
@ -1,5 +1,5 @@
|
||||
.user-create-main-content {
|
||||
max-width: 35rem;
|
||||
max-width: 45rem;
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
padding: 0 0.5rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user