2,710
回編集
編集の要約なし |
編集の要約なし タグ: 差し戻し済み |
||
| 2,629行目: | 2,629行目: | ||
} | } | ||
} | |||
/* メインページ:ピックアップ種別ラベルの高さ補正 */ | |||
.ts-pickup-label { | |||
display: inline-flex !important; | |||
align-items: center; | |||
width: fit-content !important; | |||
height: auto !important; | |||
min-height: 0 !important; | |||
margin: 0 0 8px 0 !important; | |||
padding: 3px 8px !important; | |||
line-height: 1.35 !important; | |||
white-space: nowrap; | |||
box-sizing: border-box; | |||
} | |||
/* DPLが生成する余計な段落・リストの余白を除去 */ | |||
.ts-pickup-label p, | |||
.ts-pickup-label ul, | |||
.ts-pickup-label ol, | |||
.ts-pickup-label li { | |||
display: inline !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
list-style: none !important; | |||
line-height: inherit !important; | |||
} | |||
.ts-pickup-label br { | |||
display: none !important; | |||
} | } | ||