added spacing fır head buttons
This commit is contained in:
parent
a5bf320edc
commit
e53446040e
6
public/css/app.css
vendored
6
public/css/app.css
vendored
@ -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));
|
||||
|
2
resources/assets/sass/app.css
vendored
2
resources/assets/sass/app.css
vendored
@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
.suggestion-buttons a, .suggestion-buttons button {
|
||||
@apply mt-2;
|
||||
@apply mt-2 mb-2;
|
||||
}
|
||||
|
||||
[data-dropdown-actions] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user