diff --git a/app/components/settings.module.scss b/app/components/settings.module.scss index f257a3ca..863147b8 100644 --- a/app/components/settings.module.scss +++ b/app/components/settings.module.scss @@ -60,13 +60,11 @@ .user-prompt-buttons { display: flex; align-items: center; + column-gap: 2px; .user-prompt-button { - height: 100%; - - &:not(:last-child) { - margin-right: 5px; - } + //height: 100%; + padding: 7px; } } }