Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
Open
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
1 change: 1 addition & 0 deletions projects/components/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Minor fix for datagrid dropdown actions column width in some corner cases when datagrid is empty or the columns are rendered before the grid is populated with data

## [15.0.1-dev.3]

Expand Down
2 changes: 1 addition & 1 deletion projects/components/src/datagrid/datagrid.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ clr-dg-action-bar.top-action-bar {

.dropdown-actions {
min-width: unset;
width: 38px !important;
max-width: 38px;

::ng-deep .nested-dropdown {
padding: 0 0.6rem 0 0;
Expand Down