Skip to content

Commit 5e84b5a

Browse files
committed
add extra specificity to panorama css
1 parent 25d5b06 commit 5e84b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/panorama/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ${patioPostColumn} {
6868

6969
const styleElement = buildStyle(`
7070
/* Widen posts */
71-
${keyToCss('cell')}, ${postSelector}
71+
${keyToCss('cell')}${keyToCss('cell')}, ${postSelector}
7272
:is(
7373
article,
7474
article > header,

0 commit comments

Comments
 (0)