Migrated to using free library of icons for images and fixed button layout for index pages.
This commit is contained in:
@ -76,7 +76,7 @@
|
||||
<td scope="row" id="expandYield">
|
||||
Actual Yielded Wafers Out
|
||||
<button class="btn btn-default" onclick="expandYield()">
|
||||
<img src="~/Images/plusIcon.png" width="20" style="padding-bottom: 3px" id="yieldImage" />
|
||||
<i class="fa-solid fa-plus-circle" id="yieldIcon"></i>
|
||||
</button>
|
||||
</td>
|
||||
@for (int i = 0; i < 7; i++)
|
||||
|
Reference in New Issue
Block a user