From 587e273435f2ba664ad6a6c40a996e374350bfae Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Fri, 20 Oct 2023 17:40:03 -0500 Subject: [PATCH] set the font size in Authentication box --- src/views/TelephonyContextView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/TelephonyContextView.vue b/src/views/TelephonyContextView.vue index 2077d98..7cc5388 100644 --- a/src/views/TelephonyContextView.vue +++ b/src/views/TelephonyContextView.vue @@ -113,6 +113,7 @@ p { width: 200px; height: 30px; border: 2px solid #45b408; + font-size: 14px; } #noauthbox { @@ -121,6 +122,7 @@ p { width: 200px; height: 30px; border: 2px solid #e03800; + font-size: 14px; } #auth {