Skip to content

Commit

Permalink
Chg: 로그인화면에서 문구 길어질 시 라인 넘어감으로 사이즈 줄임
Browse files Browse the repository at this point in the history
  • Loading branch information
nk915 committed Sep 8, 2021
1 parent dfc4604 commit 2373791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenNetLinkApp/Pages/Main.razor
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div id="loginCard" class="col-md-6 login-card-body" style="height:413px; border-radius:0rem .7rem .7rem 0rem !important;">

<div style=" width:310px;">
<p class="login-box-msg1" style=" padding-top:50px;color:#fff; font-size:1.5rem;">@strSystemName <span class="full_txt">@strConNetwork </span></p>
<p class="login-box-msg1" style=" padding-top:50px;color:#fff; font-size:1.4rem;">@strSystemName <span class="full_txt">@strConNetwork </span></p>

<input id="loginId" type="text" class="full-input mb-3 username" placeholder="ID" @bind="id" tabindex="1" autocomplete="off">
@if (pageService.m_nLoginType != 5) //OTP PW 필요없음
Expand Down

0 comments on commit 2373791

Please sign in to comment.