Merge "Move min-height for gr-thread-list into change view"
This commit is contained in:
@@ -255,6 +255,9 @@ limitations under the License.
|
|||||||
gr-messages-list {
|
gr-messages-list {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
gr-thread-list {
|
||||||
|
min-height: 250px;
|
||||||
|
}
|
||||||
#includedInOverlay {
|
#includedInOverlay {
|
||||||
width: 65em;
|
width: 65em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ limitations under the License.
|
|||||||
<style include="shared-styles">
|
<style include="shared-styles">
|
||||||
#threads {
|
#threads {
|
||||||
display: block;
|
display: block;
|
||||||
min-height: 20rem;
|
|
||||||
padding: var(--spacing-l);
|
padding: var(--spacing-l);
|
||||||
}
|
}
|
||||||
gr-comment-thread {
|
gr-comment-thread {
|
||||||
|
|||||||
Reference in New Issue
Block a user