summaryrefslogtreecommitdiff
path: root/frontend/src/components/game-browser/GameList.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/game-browser/GameList.css')
-rw-r--r--frontend/src/components/game-browser/GameList.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/game-browser/GameList.css b/frontend/src/components/game-browser/GameList.css
index 6b29741f..a04e126c 100644
--- a/frontend/src/components/game-browser/GameList.css
+++ b/frontend/src/components/game-browser/GameList.css
@@ -1,3 +1,3 @@
-table.pt-html-table td {
+tr.gameListRow td {
vertical-align: middle;
}
bgstack15