Skip to content

Commit

Permalink
Remove forced width in item list
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Mar 24, 2020
1 parent f756dee commit b1a7dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style..base.css
Expand Up @@ -848,7 +848,7 @@ td.areadescription > form > table[align="left"] > tbody > tr > td:first-of-type
}

td.areadescription > form > table[align="left"] > tbody > tr > td:first-of-type + td + td:not(:last-of-type) {
width: 100px;
/*width: 100px;*/
}

/*td.areadescription > form > table[align="left"] > tbody > tr > td + td + td {width:*%;}*/
Expand Down

0 comments on commit b1a7dad

Please sign in to comment.