diff --git a/rpg-docs/client/views/characterList/characterSideList.css b/rpg-docs/client/views/characterList/characterSideList.css index 30a19829..bff385d9 100644 --- a/rpg-docs/client/views/characterList/characterSideList.css +++ b/rpg-docs/client/views/characterList/characterSideList.css @@ -2,10 +2,14 @@ color: black; color: rgba(0, 0, 0, 0.870588); cursor: pointer; - font-size: 16px; - height: 40px; overflow: hidden; - padding: 12px 0 12px 16px; + padding: 8px 0 8px 16px; text-overflow: ellipsis; white-space: nowrap; +} + +.singleLineItem core-icon { + height: 8px; + margin-right: 8px; + width: 8px; } \ No newline at end of file diff --git a/rpg-docs/client/views/characterList/characterSideList.html b/rpg-docs/client/views/characterList/characterSideList.html index ede5791e..6755f067 100644 --- a/rpg-docs/client/views/characterList/characterSideList.html +++ b/rpg-docs/client/views/characterList/characterSideList.html @@ -3,7 +3,11 @@ {{#if characters.count}}
{{#each characters}} -
{{name}}
+
+ +
{{name}}
+
{{/each}}
{{/if}}