fix: eliminate horizontal scrollbar in feedland widget

This commit is contained in:
Ricardo
2026-02-17 17:08:20 +01:00
parent 8aeef55ed0
commit 5a3fb29d85
@@ -26,12 +26,14 @@
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
overflow: hidden;
}
.divBlogrollTable {
width: 100%;
margin-right: 0;
border: 0;
min-width: 0;
table-layout: fixed;
}
.divBlogrollTable td {
border: 0;