Fixed spacing and overflow issues on the domain transfer notice.

This commit is contained in:
flash 2024-01-19 14:25:39 +00:00
parent 7a5db2317c
commit cbd683071e

View file

@ -15,6 +15,8 @@
text-shadow: 0 0 5px #000; text-shadow: 0 0 5px #000;
box-shadow: inset 0 0 1em #000; box-shadow: inset 0 0 1em #000;
overflow-y: auto;
overflow-x: hidden;
} }
.domaintrans-body { .domaintrans-body {
@ -23,7 +25,7 @@
} }
.domaintrans-domain { .domaintrans-domain {
margin: 10px; margin: 10px 0;
width: 100%; width: 100%;
} }
.domaintrans-domain-main { .domaintrans-domain-main {