Fix icon padding in relationship picker

This commit is contained in:
Andrew Kingston 2023-04-17 16:29:22 +01:00
parent c614c0739f
commit 5ae4c387db
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@
.add {
background: var(--spectrum-global-color-gray-200);
padding: 3px 4px;
padding: 2px;
border-radius: 4px;
}
.add:hover {