Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
3 changes: 3 additions & 0 deletions src/app/issues-viewer/card-view/card-view.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
flex-direction: column;

height: 100%;
width: 100%;
}

.card {
margin: 8px 0px 8px 0px;
height: 100px;
width: 100%;
}

.mat-card-title {
Expand Down
7 changes: 4 additions & 3 deletions src/app/issues-viewer/issues-viewer.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
} */

.issue-table {
width: 25%;
min-width: 200px;
max-width: 400px;
width: 300px;
min-width: 300px;
max-width: 300px;
flex: 0 0 300px;
}

.container {
Expand Down