the width was not properly set to other languages than english, a min-width will keep the proper size of the button while leaving some room for more word expensive languages such as french
parent
ffc3cdf7b5
commit
aa52118fa1
|
@ -62,7 +62,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_InviteDialog_goButton {
|
.mx_InviteDialog_goButton {
|
||||||
width: 48px;
|
min-width: 48px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
@ -131,7 +131,7 @@ limitations under the License.
|
||||||
height: 24px;
|
height: 24px;
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
mask-image: url('$(res)/img/feather-customised/check.svg');
|
mask-image: url("$(res)/img/feather-customised/check.svg");
|
||||||
mask-size: 100%;
|
mask-size: 100%;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue