@@ -2,6 +2,13 @@
[Semantic Versioning](https://semver.org/)
+## [1.3.8] - 2022-04-13
+### Dependency update
+- rcsb-api-tools v4.0.0
+- rcsb-saguaro v2.0.5
+- rcsb-saguaro-app v4.1.0
+- removed http-server module (3 high severity vulnerabilities)
+
## [1.3.7] - 2022-04-07
### Bug fixes
- `assymId` empty string bug fixed
@@ -766,12 +766,13 @@ footer .tsd-legend {
.tsd-flag {
display: inline-block;
- padding: 1px 5px;
+ padding: 0.25em 0.4em;
border-radius: 4px;
color: var(--color-comment-tag-text);
background-color: var(--color-comment-tag);
text-indent: 0;
- font-size: 14px;
+ font-size: 75%;
+ line-height: 1;
font-weight: normal;
}