0
0
Fork 0

Fix #6395 - overlapping profile name and domain (#7927)

This commit is contained in:
Maciek Baron 2018-07-04 16:36:33 +01:00 committed by Eugen Rochko
parent 7da74e3157
commit cdfe51e325
2 changed files with 22 additions and 2 deletions

View file

@ -206,13 +206,19 @@ body.rtl {
}
.simple_form .input-with-append .input input {
padding-left: 127px;
padding-left: 142px;
padding-right: 0;
}
.simple_form .input-with-append .append {
right: auto;
left: 0;
&::after {
right: auto;
left: 0;
background-image: linear-gradient(to left, rgba($classic-base-color, 0), $classic-base-color);
}
}
.table th,