fix: Design issues after RTL changes (#6718)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="table-actions-wrap">
|
||||
<div class="left-aligned-wrap">
|
||||
<woot-sidemenu-icon />
|
||||
<h1 class="page-title">
|
||||
<h1 class="page-title header-title">
|
||||
{{ headerTitle }}
|
||||
</h1>
|
||||
</div>
|
||||
@@ -167,6 +167,15 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
max-width: 100%;
|
||||
min-width: var(--space-mega);
|
||||
|
||||
.header-title {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
margin: 0 var(--space-small);
|
||||
}
|
||||
}
|
||||
|
||||
.right-aligned-wrap {
|
||||
|
||||
Reference in New Issue
Block a user