Skip to content

Commit

Permalink
bug #261 Fixed an issue with responsive tables and empty cells (javie…
Browse files Browse the repository at this point in the history
…reguiluz)

This PR was merged into the master branch.

Discussion
----------

Fixed an issue with responsive tables and empty cells

This fixes #258

Commits
-------

73b1609 Fixed an issue with responsive tables and empty cells
  • Loading branch information
javiereguiluz committed Apr 28, 2015
2 parents 36e3369 + 73b1609 commit bad9ab2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/views/css/admin.css.twig
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,11 @@ table td:before {
float: left;
font-weight: bold;
}
table td:after {
clear: both;
content: "";
display: block;
}
body.list table tbody td.actions a {
margin-left: 10px;
}
Expand Down

0 comments on commit bad9ab2

Please sign in to comment.