Skip to content

Commit

Permalink
Fix(NcDashboardWidgetItem): Add RTL support to NcDashboardWidgetItem
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Alghamdi <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
falghamdi125 authored and backportbot[bot] committed Dec 20, 2024
1 parent b639306 commit 890a3ae
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default {
margin-bottom: auto;
}
.item__details {
padding-left: 8px;
padding-inline-start: 8px;
max-height: fit-content;
flex-grow: 1;
overflow: hidden;
Expand Down Expand Up @@ -230,7 +230,8 @@ export default {
position: relative;
width: 14px;
height: 14px;
margin: 27px -3px 0px -7px;
margin-top: 25px;
margin-inline: -10px -2px;
}

button.primary {
Expand All @@ -242,8 +243,7 @@ export default {
.content-popover {
height: 0px;
width: 0px;
margin-left: auto;
margin-right: auto;
margin-inline: auto;
}
.popover-container {
width: 100%;
Expand Down

0 comments on commit 890a3ae

Please sign in to comment.