Skip to content

Commit bb1235f

Browse files
committed
Fix grid area missing for timestamps
1 parent d8a7b5d commit bb1235f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/sass/components/forum/_post.scss

+1
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
}
254254

255255
.post__timestamps {
256+
grid-area: timestamps;
256257
display: grid;
257258
grid-template-areas: '. datetime updated';
258259
grid-template-columns: 1fr auto auto;

0 commit comments

Comments
 (0)