Fixed spacing and overflow issues on the domain transfer notice.
This commit is contained in:
parent
7a5db2317c
commit
cbd683071e
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
|||
|
||||
text-shadow: 0 0 5px #000;
|
||||
box-shadow: inset 0 0 1em #000;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.domaintrans-body {
|
||||
|
@ -23,7 +25,7 @@
|
|||
}
|
||||
|
||||
.domaintrans-domain {
|
||||
margin: 10px;
|
||||
margin: 10px 0;
|
||||
width: 100%;
|
||||
}
|
||||
.domaintrans-domain-main {
|
||||
|
|
Loading…
Reference in a new issue