diff --git a/apps/static/css/home/index.css b/apps/static/css/home/index.css index c226b62..b129166 100644 --- a/apps/static/css/home/index.css +++ b/apps/static/css/home/index.css @@ -63,7 +63,10 @@ td { } @-moz-document url-prefix() { - .fix_height { + tr { + height: 100%; + } + td { height: 100%; } } \ No newline at end of file