We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
0ct0pu5
/
listmonk
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
Fix incorrect container width on public page responsive view.
Kailash Nadh
3 năm trước cách đây
mục cha
5bfbe15c24
commit
1ece738613
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
static/public/static/style.css
+ 1
- 0
static/public/static/style.css
Xem Tập Tin
@@ -140,5 +140,6 @@ footer.container {
.wrap {
margin: 0;
padding: 30px;
+ max-width: none;
}
}