Skip to content

Commit 9c0bc38

Browse files
committed
Fixed table width to fit with new centered widgets.
1 parent c6854aa commit 9c0bc38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ body {
164164
/***** Plugin ****/
165165
.plugin {
166166
vertical-align: text-top;
167-
width: 450px;
167+
width: 470px;
168168
display: inline-block;
169169
padding: 0;
170170
background-color: #FFFFFF;
@@ -304,9 +304,9 @@ refresh-btn button:active {
304304
/**** General Elements ****/
305305
table
306306
{
307+
width: 100%;
307308
font-size: 10px;
308309
margin: 0;
309-
min-width: 400px;
310310
border-collapse: collapse;
311311
text-align: left;
312312
table-layout:fixed;

0 commit comments

Comments
 (0)