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

SAK-50415 Syllabus ui responsiveness #12815

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Sharadhi98
Copy link
Contributor

No description provided.

@@ -196,7 +196,7 @@
<sakai:doc_section>
<h:outputText value="#{msgs.newSyllabusBulkForm}"/>
</sakai:doc_section>
<h:panelGrid columns="1" styleClass="jsfFormTable">
<h:panelGrid columns="1" styleClass="jsfFormTable" style="table-layout:fixed; width:100%">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<h:panelGrid columns="1" styleClass="jsfFormTable" style="table-layout:fixed; width:100%">
<h:panelGrid columns="1" styleClass="jsfFormTable w-100" style="table-layout:fixed;">

Let's use bootstrap class where we can

@@ -208,15 +208,15 @@
</h:panelGroup>
</h:panelGroup>
<h:panelGroup>
<h:selectOneRadio id="radioSingleItem" value="#{SyllabusTool.bulkEntry.addSingleItem}" styleClass="radioSingleItem radioOption radioOptionSelected">
<h:selectOneRadio id="radioSingleItem" value="#{SyllabusTool.bulkEntry.addSingleItem}" styleClass="radioSingleItem radioOption radioOptionSelected" style="width:100%">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update this and others as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I updated the code and pushed it.

@ern ern changed the title SAK-50415 Responsiveness of Syllabus tool SAK-50415 Syllabus ui responsiveness Aug 26, 2024
Copy link
Member

@kunaljaykam kunaljaykam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Sharadhi98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants