Skip to content

Commit

Permalink
Merge pull request #6318 from nextcloud-libraries/backport/6292/next
Browse files Browse the repository at this point in the history
[next] Fix(NcDashboardWidgetItem): Add RTL support to NcDashboardWidgetItem
  • Loading branch information
hamza221 authored Dec 20, 2024
2 parents b639306 + 890a3ae commit 2000dda
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 2000dda

Please sign in to comment.