Skip to content

Commit 992d3a1

Browse files
committed
fix: mobile css issue with boards view
1 parent 83dd011 commit 992d3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Boards.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default {
160160
</script>
161161

162162
<style lang="scss">
163-
main #public-content { grid-template-areas: 'header header' 'main main' 'main main'; }
163+
.boards main #public-content { grid-template-areas: 'header header' 'main main' 'main main'; }
164164
165165
img.avatar-small {
166166
border-radius: 100px;

0 commit comments

Comments
 (0)