e2e 오류 수정
This commit is contained in:
@@ -536,3 +536,14 @@ body {
|
||||
color: var(--pb-color-text-default);
|
||||
}
|
||||
|
||||
/* 리스트 아이템 간 여백은 --pb-list-gap 커스텀 프로퍼티로 제어한다.
|
||||
- Export/Preview 모두 동일한 gapEm 을 이 변수에 설정하고,
|
||||
- 실제 margin-bottom 계산은 CSS 레이어에서만 수행해 정적 HTML 인라인 스타일에
|
||||
margin-bottom 이 직접 등장하지 않도록 한다. */
|
||||
.pb-list > li {
|
||||
margin-bottom: var(--pb-list-gap, 0);
|
||||
}
|
||||
|
||||
.pb-list > li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user