Fix baseline misalignment of thread panel summary by deduplication (#8413)
This commit is contained in:
parent
5a5a792593
commit
8baa46b0dd
10 changed files with 147 additions and 143 deletions
|
@ -37,7 +37,7 @@ limitations under the License.
|
|||
margin-left: 49px;
|
||||
font-size: $font-14px;
|
||||
|
||||
.mx_ThreadInfo {
|
||||
.mx_ThreadSummary {
|
||||
clear: both;
|
||||
width: fit-content;
|
||||
}
|
||||
|
@ -172,7 +172,7 @@ limitations under the License.
|
|||
margin-right: 32px;
|
||||
}
|
||||
|
||||
.mx_ThreadInfo {
|
||||
.mx_ThreadSummary {
|
||||
float: right;
|
||||
margin-right: calc(-1 * var(--gutterSize));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue