Skip to content
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
6 changes: 1 addition & 5 deletions src/app/my-tasks/my-tasks.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<div class="right row">
<div class="row-layout_1 row">
<button igxButton="raised" [disabled]="false" class="button_6">
<button igxButton="raised" [disabled]="false" class="button_5">
<igx-icon>add</igx-icon>
<span>task</span>
</button>
Expand Down Expand Up @@ -198,10 +198,6 @@ <h4 igxListLineTitle>Implementation of Chips component</h4>
<igx-icon font="material" [active]="true" igxListAction class="icon">more_vert</igx-icon>
</igx-list-item>
</igx-list>
<button igxButton="flat" [disabled]="false" class="button_5">
<igx-icon>add</igx-icon>
<span>TASK</span>
</button>
</div>
</div>
<div class="group_3 column">
Expand Down
7 changes: 1 addition & 6 deletions src/app/my-tasks/my-tasks.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,18 +288,13 @@
height: max-content;
position: relative;
}
.button_5 {
width: 12.3%;
height: max-content;
position: relative;
}
.buttonflatenabled_1 {
margin: 24px 0 0;
width: 96px;
height: max-content;
position: relative;
}
.button_6 {
.button_5 {
width: 96px;
min-width: min-content;
flex: 0 1 ;
Expand Down