소스 검색

fix(style): make paths try to stay on single line in opblock (#6243)

bubble
David Goss 4 년 전
committed by GitHub
부모
커밋
cfede146ff
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +7
    -1
      src/style/_layout.scss

+ 7
- 1
src/style/_layout.scss 파일 보기

@@ -300,6 +300,12 @@

}

.opblock-summary-path
{
flex-shrink: 0;
max-width: calc(100% - 110px - 15rem);
}

.opblock-summary-path__deprecated
{
text-decoration: line-through;
@@ -929,7 +935,7 @@ span

&.token-not-formatted
{
color: #555;
color: #555;
font-weight: bold;
}
}

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