fix: Admin dash domain display
All checks were successful
Build Docker / Build Main Image (push) Successful in 20s

This commit is contained in:
Nathan Woodburn 2023-11-17 11:37:39 +11:00
parent 809580c9cc
commit b5af7e2583
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -65,3 +65,9 @@
color: #ffffff;
}
.link-domain {
display: inline-block;
margin-left: 25px;
text-decoration: underline;
}