From 968d241273950b1adf1df77c49a722b11217f9ce Mon Sep 17 00:00:00 2001 From: solderq35 Date: Fri, 1 Sep 2023 17:59:53 -0700 Subject: [PATCH] try vertical align super --- .env.development | 2 +- src/App.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 5fee36aa..b02de683 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VUE_APP_ROOT_API=http://localhost:3000 +VUE_APP_ROOT_API=https://api.sustainability.oregonstate.edu/v2/energy VUE_APP_HOST_ADDRESS=http://localhost:8080 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 9770c873..29b177f4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -90,6 +90,9 @@ export default { font-weight: bold; font-style: normal; } +.el-message-box { + vertical-align: super !important; +} body { font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased;