Skip to content

Commit

Permalink
Fix style of top mail panel
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Jul 4, 2024
1 parent 7c0bb09 commit 6baff2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion resources/css/humhub.mail.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,12 @@
}
.mail-inbox-messages .media h5 {
font-size: 14px;
line-height: 16px;
font-weight: 500;
color: #000;
display: flex;
justify-content: space-between;
margin: 8px 0;
margin: 7px 0;
}
.mail-inbox-messages .media h5 span:first-child {
overflow: hidden;
Expand Down
3 changes: 2 additions & 1 deletion resources/css/humhub.mail.less
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,12 @@

h5 {
font-size: 14px;
line-height: 16px;
font-weight: 500;
color: #000;
display: flex;
justify-content: space-between;
margin: 8px 0;
margin: 7px 0;

span:first-child {
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion resources/css/humhub.mail.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6baff2b

Please sign in to comment.