瀏覽代碼

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

bubble
David Goss 4 年之前
committed by GitHub
父節點
當前提交
cfede146ff
沒有發現已知的金鑰在資料庫的簽署中 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;
}
}

Loading…
取消
儲存