Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.0.2 #1385

Merged
merged 26 commits into from
Nov 8, 2023
Merged

10.0.2 #1385

Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
47807e3
SHS-5061: Upgrade text format on postcard text area (#1357)
hectorlj Oct 20, 2023
764ed8b
fix(shs-5067): applying js to colorbox to fix a11y errors (#1369)
mndonx Oct 20, 2023
912697e
fix(shs-5061): update vertical linked card link styles (#1380)
cienvaras Oct 23, 2023
c20d32a
fix(shs-5105): gin form override for input width overlap (#1377)
mndonx Oct 24, 2023
90925bb
SHS-5073: Rename "Add Paragraph" to "Add Component" on Private pages …
hectorlj Oct 24, 2023
deb2d73
chore: update compiled css
cienvaras Oct 24, 2023
a234004
Merge branch '10.0.1-release' of github.com:SU-HSDO/suhumsci into fk-…
cienvaras Oct 26, 2023
89b65c2
fix: Codeclimate errors
cienvaras Oct 26, 2023
0bdb192
10.0.2
su-sws-jira Oct 26, 2023
1ab6464
Add and configure Editoria11y (#1386)
pookmish Oct 27, 2023
5d32657
Merge branch '10.0.2-release' of github.com:SU-HSDO/suhumsci into fk-…
cienvaras Oct 27, 2023
9c9e31e
SHS-5098: Update google fonts (#1382)
cienvaras Oct 27, 2023
f7fb78c
SHS-5093: A11y Level A: Element IDs are not unique, on search results…
hectorlj Oct 27, 2023
f36b811
fix: remove unnecessary code and clean up update hooks
hectorlj Oct 31, 2023
697df50
Fix tugboat steps that disable saml
pookmish Oct 31, 2023
4fc609e
Set max allowed packet
pookmish Oct 31, 2023
16e4908
Show local login for tugboat
pookmish Oct 31, 2023
3766abc
Updated dependencies Nov 1 2023
su-sws-jira Nov 1, 2023
72f0a22
fix(shs-5061): postcard text format update hooks fixes
cienvaras Nov 1, 2023
8ff2f96
fix(shs-5059): remove unnecessary argument
cienvaras Nov 1, 2023
b1425ae
Disallow bots from saml paths
pookmish Nov 1, 2023
540f40f
Four Kitchens Release - Sprint 37
pookmish Nov 1, 2023
2e0e73a
HSD8-1524 Provision aarcs
pookmish Nov 7, 2023
fa5ad08
fixed samlauth config
pookmish Nov 7, 2023
7894e3b
SHS-5121: Patch paragraph browser jquery/once issue (#1393)
hectorlj Nov 7, 2023
3937cbe
Updated dependencies Nov 8 2023
su-sws-jira Nov 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(shs-5105): gin form override for input width overlap (#1377)
* Cleaned up drush aliases

* fix(shs-5105): gin form override for input width overlap

* Revert "Cleaned up drush aliases"

This reverts commit 97151e8.

* fix(shs-5105): moving placement of Gin theme fix

* chore(shs-5105): update compiled css

---------

Co-authored-by: Mike Decker <pookmish@gmail.com>
Co-authored-by: Andrés Díaz Soto <andres.diaz.soto@gmail.com>
  • Loading branch information
3 people authored Oct 24, 2023
commit c20d32aa5d4c164f489a690e10df382b5862e374

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docroot/themes/humsci/humsci_airy/css/humsci_airy.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -90,3 +90,8 @@ html:not(.gin--dark-mode) .user-logged-in[data-gin-accent="custom"] {
.paragraphs-browser-wrapper fieldset:not(.fieldgroup) {
margin-bottom: 2rem;
}

/* Form input override. */
.gin--edit-form input.form-element {
width: 100%;
}