소스 검색

Fix large tags in sidebar overflowing

undefined
spaghetti 6 년 전
committed by Tomochin
부모
커밋
1872291a14
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      static/styles/global.css

+ 11
- 0
static/styles/global.css 파일 보기

@@ -939,6 +939,17 @@ input[type="search"] {
font-weight: 100;
}

.sidebar .box_tags > ul.stats > li {
display: flex;
justify-content: space-between;
}
.sidebar .box_tags > ul.stats > li > a {
word-break: break-all;
}
.edit_tags_votes {
display: flex;
}

#publickey {
width: initial;
font-family: monospace;


불러오는 중...
취소
저장