Commit 716b0d7b by Lee Daehyun

インデント修正

parent 0935fdd5
......@@ -121,7 +121,7 @@ main{ margin-top: 60px; }
}
.profile_modal #userNameCard-scroll {
height: 200px;
overflow:auto;
overflow: auto;
padding-top: 0rem;
padding-right: 0rem;
margin-top: 1rem;
......
......@@ -11,7 +11,7 @@
</button>
</div>
<div class="modal-body" id="userNameCard-scroll">
{{#groupPathList}}
{{#groupPathList}
<li onclick="CHAT_UI.refreshAllGroupSearch({{groupId}});"><b>{{groupPath}}</b></li>
{{/groupPathList}}
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment