diff --git a/synapse_topology/webui/src/js/components/Database.jsx b/synapse_topology/webui/src/js/components/Database.jsx
index 2f5fb6f2e8..923c98a8b4 100644
--- a/synapse_topology/webui/src/js/components/Database.jsx
+++ b/synapse_topology/webui/src/js/components/Database.jsx
@@ -30,7 +30,7 @@ export default ({
Synapse can use either SQLite3 or Postgres as it's database.
- Postgres is recommended
+ Postgres is recommended.
-
diff --git a/synapse_topology/webui/src/js/components/TLS.jsx b/synapse_topology/webui/src/js/components/TLS.jsx
index 564401081b..56ba5a2c0a 100644
--- a/synapse_topology/webui/src/js/components/TLS.jsx
+++ b/synapse_topology/webui/src/js/components/TLS.jsx
@@ -152,21 +152,26 @@ export default ({
/>
onClickCertPath(certPath, certKeyPath, toggle)}
>Use TLS Path
-
OR..
- Upload a TLS cert
- Upload a cert file.
+
+
+ Or, upload a cert file.
setCertFile(e.target.files[0])} />
Upload the cert's private key file.
setCertKeyFile(e.target.files[0])} />
- onClickCertUpload(certFile, certKeyFile, toggle)}>Upload cert
+ onClickCertUpload(certFile, certKeyFile, toggle)}
+ >Upload cert
-}
\ No newline at end of file
+}
diff --git a/synapse_topology/webui/src/scss/main.scss b/synapse_topology/webui/src/scss/main.scss
index 110b1bc5d0..088097ba20 100644
--- a/synapse_topology/webui/src/scss/main.scss
+++ b/synapse_topology/webui/src/scss/main.scss
@@ -230,4 +230,8 @@ input[type=checkbox] {
.chevron {
float:right;
-}
\ No newline at end of file
+}
+.inputButton {
+ margin-left: 0.6rem;
+ font-size: 0.6rem;
+}