Skip to content

Commit

Permalink
[UI] fix: Add recipient too wide @escopecz (mautic#14005)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonjeccel authored Jul 26, 2024
1 parent 51aa8c8 commit 072bf38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,7 @@ code {
}
.btn {
transition: var(--transition-all-productive);
width: fit-content;
}
.btn,
.btn:active {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// ---------------------
.btn {
transition: var(--transition-all-productive);
width: fit-content;
&,
&:active {
outline: 0;
Expand Down

0 comments on commit 072bf38

Please # to comment.