@cagovweb/state-template 1.1.0-beta.3 → 1.1.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cagov.core.css +2 -0
- package/dist/css/cagov.core.min.css +1 -1
- package/dist/js/cagov.core.js +257 -255
- package/dist/js/cagov.core.min.js +1 -1
- package/package.json +1 -1
package/dist/css/cagov.core.css
CHANGED
|
@@ -15243,6 +15243,7 @@ h2, .h2 {
|
|
|
15243
15243
|
color: black;
|
|
15244
15244
|
background-image: none;
|
|
15245
15245
|
display: inline-block;
|
|
15246
|
+
min-width: 100%;
|
|
15246
15247
|
}
|
|
15247
15248
|
.branding .header-organization-banner a:focus {
|
|
15248
15249
|
outline: solid 2px #2ea3f2 !important;
|
|
@@ -17968,6 +17969,7 @@ textarea.sourcecode {
|
|
|
17968
17969
|
background-repeat: no-repeat;
|
|
17969
17970
|
background-size: cover;
|
|
17970
17971
|
height: 100vh;
|
|
17972
|
+
overflow: hidden;
|
|
17971
17973
|
}
|
|
17972
17974
|
|
|
17973
17975
|
/* -----------------------------------------
|