-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolution of issue #1190 - Improving the accessibility of the status…
… page using the item-operation component
- Loading branch information
root
authored and
root
committed
Jun 26, 2024
1 parent
a623976
commit e06b67f
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/app/item-page/edit-item-page/item-operation/item-operation.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
src/app/item-page/edit-item-page/item-operation/item-operation.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.column-height { | ||
height: 100%; | ||
} | ||
|
||
@media screen and (max-width: map-get($grid-breakpoints, sm)) { | ||
.column-height { | ||
height: auto; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters