diff --git a/bemani/frontend/static/controllers/arcade/arcade.react.js b/bemani/frontend/static/controllers/arcade/arcade.react.js
index fa29393..ae52c5a 100644
--- a/bemani/frontend/static/controllers/arcade/arcade.react.js
+++ b/bemani/frontend/static/controllers/arcade/arcade.react.js
@@ -345,7 +345,7 @@ var arcade_management = React.createClass({
emptymessage="There are no PCBIDs assigned to this arcade."
/>
-
+
Game Settings For This Arcade
{ this.state.settings.map(function(game_settings) {
var current = makeSettingName(game_settings);
diff --git a/bemani/frontend/static/form.css b/bemani/frontend/static/form.css
index 1e24daf..334a094 100644
--- a/bemani/frontend/static/form.css
+++ b/bemani/frontend/static/form.css
@@ -115,6 +115,6 @@ button.delete {
background: #ffe4e4;
}
-.popn-nav button {
+.popn-nav button, .settings-nav button {
height: 32px;
}