2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +00:00

update alignment

This commit is contained in:
Aravindh-Raju 2024-10-15 17:44:30 +05:30
parent 7a46369826
commit 4dad8ed160
No known key found for this signature in database
GPG Key ID: 6B4D566AC36626F6

View File

@ -636,9 +636,14 @@ input[type="file"] {
.small-copy-button { .small-copy-button {
font-size: 12px; font-size: 12px;
padding: 2px 6px; padding: 0;
display: inline-block; display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer; cursor: pointer;
width: 24px;
height: 24px;
box-sizing: border-box;
} }
.small-copy-button i { .small-copy-button i {