diff --git a/view/user/index.html b/view/user/index.html index 4e989b1..d74878d 100644 --- a/view/user/index.html +++ b/view/user/index.html @@ -19,6 +19,23 @@ align-items: center; justify-content: center; } + + .infomsg { + display: flex; + align-items: center; + justify-content: space-between; + margin-left: 10px; + width: calc(100% - 20px); + } + + .infomsg div:first-child { + width: 100%; + word-break: break-all; + } + + .infomsg div:last-child { + text-align: center; + } @@ -55,22 +72,26 @@