diff --git a/src/TestPanel.js b/src/TestPanel.js
index 12d1eac..94380d5 100644
--- a/src/TestPanel.js
+++ b/src/TestPanel.js
@@ -323,7 +323,7 @@ ELEMENT
EQUIP CONDITIONS
NOT TRADABLE
-
+
POTENTIAL PRESET SKILL
AUGMENT
diff --git a/src/style.css b/src/style.css
index a80692c..2c81e00 100644
--- a/src/style.css
+++ b/src/style.css
@@ -648,21 +648,9 @@ option {
background-color: hsl(0, 100%, 33%);
outline: 2px solid hsl(0, 100%, 50%);
}
-/*.boxExit:after {
+.boxExit:after {
content: ' \2573';
font-size:9pt;
-}*/
-.boxExit:before, .boxExit:after {
- height: 28px;
- background-color:white;
- width: 2px;
- content: " ";
-}
-.boxExit:before {
- transform: rotate(45deg);
-}
-.boxExit:after {
- transform: rotate(-45deg);
}
.exit {
color: white;
@@ -1226,9 +1214,10 @@ p.adminNav hr {
grid-template-areas:
"icon properties"
"content content";
- grid-template-columns: 124px 1fr;
+ grid-template-columns: 128px 1fr;
grid-template-rows: auto;
margin: 10px 10px 0 10px;
+ place-items: stretch;
}
.itemDetailsIcon {
background-color: hsl(0, 17%, 70%);