UX: Fix topic overflow on mobile

This commit is contained in:
Justin DiRose 2019-11-18 15:48:49 -06:00
parent ed709f8da1
commit 1c2233878f
1 changed files with 9 additions and 5 deletions

View File

@ -1,10 +1,5 @@
.mobile-view {
.knowledge-explorer {
.knowledge-explorer-topic {
width: calc(100vw - 0.75em);
margin: 0.625em 0;
}
.knowledge-explorer-search-wrapper {
display: flex;
justify-content: center;
@ -29,6 +24,15 @@
.knowledge-explorer-topic-list {
flex-basis: 100%;
}
.knowledge-explorer-topic-link {
padding-right: 0.25em;
}
.loading-container {
padding: .625em 0;
}
.knowledge-explorer-topic {
width: calc(100vw - 20px);
}
}
}