fix: remove horizontal scrollbar from FeedLand widget
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
<style>
|
<style>
|
||||||
.divBlogrollContainer {
|
.divBlogrollContainer {
|
||||||
display: block;
|
display: block;
|
||||||
vertical-align: top;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid gainsboro;
|
border: 1px solid gainsboro;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
@@ -14,6 +13,7 @@
|
|||||||
font-family: Ubuntu, sans-serif;
|
font-family: Ubuntu, sans-serif;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.divBlogrollContainer:focus {
|
.divBlogrollContainer:focus {
|
||||||
border-color: rgba(82, 168, 236, 0.8);
|
border-color: rgba(82, 168, 236, 0.8);
|
||||||
@@ -32,6 +32,7 @@
|
|||||||
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