Merge pull request #9190 from benediktwerner/ceval-avoid-pv-collapse

ceval: Avoid empty pv collapsing (i.e. after checkmate)
This commit is contained in:
Thibault Duplessis 2021-06-15 20:37:18 +02:00 committed by GitHub
commit b21eef0124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
line-height: 2em;
border-top: $border;
padding-right: 14px;
min-height: 2em;
&.pv--nowrap {
display: block; // "flex" doesn't support ellipsis so switch back to "block"