This commit is contained in:
Huong Nguyen
2025-07-17 08:43:47 +07:00
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
}
}
}}
<a class="btn btn-link p-0" role="button"
<a class="btn btn-link p-0 me-2 icon-no-margin" role="button"
data-bs-container="body" data-bs-toggle="popover"
data-bs-placement="{{#ltr}}right{{/ltr}}{{^ltr}}left{{/ltr}}" data-bs-content="{{text}} {{completedoclink}}"
data-bs-html="true" tabindex="0" data-bs-trigger="focus" aria-label="{{#str}} help {{/str}}">
+1 -2
View File
@@ -71,10 +71,9 @@ $iconwidthsizes: map-merge((
.icon {
max-width: map-get($iconwidthsizes, 4);
max-height: map-get($iconsizes, 4);
margin: 0;
margin: 0 map-get($spacers, 2) 0 0;
padding: 0;
box-sizing: content-box;
margin-right: 0.5rem;
&.spacer {
margin-right: 0;
+1 -2
View File
@@ -28716,10 +28716,9 @@ body.behat-site .action-menu .dropdown-subpanel-content.show {
.icon {
max-width: 30px;
max-height: 24px;
margin: 0;
margin: 0 0.5rem 0 0;
padding: 0;
box-sizing: content-box;
margin-right: 0.5rem;
}
.icon.spacer {
margin-right: 0;
+1 -2
View File
@@ -28716,10 +28716,9 @@ body.behat-site .action-menu .dropdown-subpanel-content.show {
.icon {
max-width: 30px;
max-height: 24px;
margin: 0;
margin: 0 0.5rem 0 0;
padding: 0;
box-sizing: content-box;
margin-right: 0.5rem;
}
.icon.spacer {
margin-right: 0;