mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-05-15 15:08:51 +02:00
fix: eliminate horizontal scrollbar in feedland widget
This commit is contained in:
@@ -26,12 +26,14 @@
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.divBlogrollTable {
|
.divBlogrollTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
.divBlogrollTable td {
|
.divBlogrollTable td {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user