diff --git a/app/assets/v2/css/base.css b/app/assets/v2/css/base.css
index 4631e3e54f7..78859cdb40e 100644
--- a/app/assets/v2/css/base.css
+++ b/app/assets/v2/css/base.css
@@ -1643,11 +1643,13 @@ div.busyOverlay {
.expandable {
overflow: hidden;
max-height: 0;
+ opacity: 0.0;
transition: 0.3s ease-in-out;
}
.expandable#expanded {
- max-height: 10rem;
+ max-height: 100rem;
+ opacity: 1.0;
}
.arrow {
@@ -1670,24 +1672,10 @@ div.busyOverlay {
vertical-align: middle;
}
-.funding {
- background-color: #f9f9f9;
-}
-
-.funding > div.placeholder {
- margin-left: 8.3%;
-}
-
-@media (max-width: 768px) {
- .funding > div.placeholder {
- margin-left: 3px;
- }
-}
-
.g-bold {
font-weight: bold;
}
.g-text-left {
text-align: left;
-}
\ No newline at end of file
+}
diff --git a/app/assets/v2/css/tag.css b/app/assets/v2/css/tag.css
index 211a3b7013c..3cc45bcb6f6 100644
--- a/app/assets/v2/css/tag.css
+++ b/app/assets/v2/css/tag.css
@@ -42,6 +42,7 @@
}
.tag.token > a {
- position: absolute;
- margin-top: 0.3rem;
+ height: 0;
+ line-height: 1.5rem;
+ float: right;
}
diff --git a/app/retail/templates/shared/result.html b/app/retail/templates/shared/result.html
index e3eaafe137d..c130d4c0e89 100644
--- a/app/retail/templates/shared/result.html
+++ b/app/retail/templates/shared/result.html
@@ -50,8 +50,10 @@
[[/if]]