diff --git a/components/button/Secondary.vue b/components/button/Secondary.vue
index 037ec80d1..1b29e5d1d 100644
--- a/components/button/Secondary.vue
+++ b/components/button/Secondary.vue
@@ -31,16 +31,22 @@
>
diff --git a/components/http/CodegenModal.vue b/components/http/CodegenModal.vue
index 76a8bca81..c29935135 100644
--- a/components/http/CodegenModal.vue
+++ b/components/http/CodegenModal.vue
@@ -79,7 +79,7 @@
:icon="copyIcon"
@click.native="copyRequestCode"
/>
-
+
diff --git a/components/http/Request.vue b/components/http/Request.vue
index fac3e6677..229597a9a 100644
--- a/components/http/Request.vue
+++ b/components/http/Request.vue
@@ -22,10 +22,10 @@
font-semibold font-mono
h-8
text-secondaryDark
+ min-w-28
py-1
px-4
transition
- w-28
truncate
focus:outline-none focus:border-accent
"
@@ -72,7 +72,7 @@
{{ $t("edit_team") }}
-
+
+
+
@@ -17,29 +19,43 @@
:placeholder="editingTeam.name"
@keyup.enter="saveTeam"
/>
-
-
- -
+
+
+
+
+
+
+
-
-
diff --git a/components/teams/Team.vue b/components/teams/Team.vue
index eaa08d4bc..38fc79f59 100644
--- a/components/teams/Team.vue
+++ b/components/teams/Team.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/pages/profile.vue b/pages/profile.vue
deleted file mode 100644
index af39b8e11..000000000
--- a/pages/profile.vue
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
- {{ hideRightPane }}
-
hide this thingy
-
-
-
-
-
diff --git a/pages/settings.vue b/pages/settings.vue
index 5d4b8d912..980a2ca7b 100644
--- a/pages/settings.vue
+++ b/pages/settings.vue
@@ -88,6 +88,9 @@
+
@@ -338,6 +341,7 @@