Skip to content

Commit 6baff2b

Browse files
committed
Fix style of top mail panel
1 parent 7c0bb09 commit 6baff2b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

resources/css/humhub.mail.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,12 @@
169169
}
170170
.mail-inbox-messages .media h5 {
171171
font-size: 14px;
172+
line-height: 16px;
172173
font-weight: 500;
173174
color: #000;
174175
display: flex;
175176
justify-content: space-between;
176-
margin: 8px 0;
177+
margin: 7px 0;
177178
}
178179
.mail-inbox-messages .media h5 span:first-child {
179180
overflow: hidden;

resources/css/humhub.mail.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,12 @@
246246

247247
h5 {
248248
font-size: 14px;
249+
line-height: 16px;
249250
font-weight: 500;
250251
color: #000;
251252
display: flex;
252253
justify-content: space-between;
253-
margin: 8px 0;
254+
margin: 7px 0;
254255

255256
span:first-child {
256257
overflow: hidden;

resources/css/humhub.mail.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)