Merge pull request #2785 from brkcvn/master

Added spacing fır head buttons
This commit is contained in:
Burak Civan 2022-12-01 11:24:39 +03:00 committed by GitHub
commit 10cdc1133c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

6
public/css/app.css vendored
View File

@ -53413,6 +53413,7 @@ button, input, optgroup, select, textarea{
}
.suggestion-buttons a, .suggestion-buttons button{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
[data-dropdown-actions] {
-webkit-transform: unset !important;
@ -57157,11 +57158,6 @@ body{
line-height: 2.75rem;
}
.sm\:text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
.sm\:text-purple{
--tw-text-opacity: 1;
color: rgb(85 88 139 / var(--tw-text-opacity));

View File

@ -23,7 +23,7 @@
}
.suggestion-buttons a, .suggestion-buttons button {
@apply mt-2;
@apply mt-2 mb-2;
}
[data-dropdown-actions] {