refs #116 Fix design when side bar is appear

This commit is contained in:
AkiraFukushima 2018-03-30 18:09:26 +09:00
parent 57697385d1
commit e965251b28
3 changed files with 6 additions and 0 deletions

View File

@ -108,6 +108,7 @@ function findLink (target) {
margin-left: 10px;
font-size: 14px;
float: left;
max-width: 80%;
.bold {
cursor: pointer;

View File

@ -66,6 +66,10 @@ export default {
margin-left: 10px;
font-size: 14px;
float: left;
max-width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.bold {
cursor: pointer;

View File

@ -108,6 +108,7 @@ function findLink (target) {
margin-left: 10px;
font-size: 14px;
float: left;
max-width: 80%;
.bold {
cursor: pointer;