Merge "Move min-height for gr-thread-list into change view"

This commit is contained in:
Ben Rohlfs
2020-02-26 13:39:22 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -255,6 +255,9 @@ limitations under the License.
gr-messages-list {
display: block;
}
gr-thread-list {
min-height: 250px;
}
#includedInOverlay {
width: 65em;
}

View File

@@ -25,7 +25,6 @@ limitations under the License.
<style include="shared-styles">
#threads {
display: block;
min-height: 20rem;
padding: var(--spacing-l);
}
gr-comment-thread {