Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/account/views/account_journal_dashboard_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
</div>

<div groups="account.group_account_manager" class="row o_kanban_card_manage_settings">
<div class="col-6 position-relative">
<div class="col-6 position-relative mt-n2">
<field name="show_on_dashboard" widget="boolean_favorite"/>
</div>
<div class="col-6 text-end">
Expand Down
1 change: 0 additions & 1 deletion addons/web/static/lib/bootstrap/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@

// Make a button look and behave like a link
.btn-link {
padding: 0;
font-weight: $font-weight-normal;
color: $btn-link-color;
text-decoration: $link-decoration;
Expand Down
1 change: 1 addition & 0 deletions addons/web/static/src/views/kanban/kanban_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
$top: 3px,
$left: calc(var(--KanbanRecord-padding-h) - #{$o-horizontal-padding})
);
padding: $o-kanban-record-margin;
}
}

Expand Down