diff --git a/ui/src/common/SongDetails.js b/ui/src/common/SongDetails.js
index 5d710f45f..9b61aa7f3 100644
--- a/ui/src/common/SongDetails.js
+++ b/ui/src/common/SongDetails.js
@@ -27,7 +27,7 @@ const SongDetails = (props) => {
   }
   return (
     <TableContainer component={Paper}>
-      <Table aria-label="simple table">
+      <Table aria-label="song details" size="small">
         <TableBody>
           {Object.keys(data).map((key) => {
             return (