Skip to content

Commit

Permalink
rollback using short cell
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Sep 16, 2024
1 parent a3c0f9d commit 073291a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
max-height: 8.5rem;
}

.TSCellStyleShort {
min-height: 5rem;
max-width: 13rem;
min-width: 13rem;
max-height: 8.5rem;
}

.badgeForCell {
max-width: fit-content;
padding-right: 0.5rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
id={item.name}
searchKeywords={[item.displayName, item.description, template.name]}
tagList={item.tagList}
classList={'TSCellStyle' + (!item.description ? 'Short' : '')}
classList={'TSCellStyle'}
>
<div className='d-flex justify-content-between h-100 flex-column'>
<div className='d-flex flex-column'>
Expand Down

0 comments on commit 073291a

Please sign in to comment.