Mulli Bahr
Mulli Bahr
Just add the following to style.css to have RTL support: ``` .rtl .nav{padding-right:0;} .rtl .nav-tabs>li { float: right; } .rtl .radio-inline input[type="radio"], .rtl .checkbox-inline input[type="checkbox"] { margin: 4px -20px 0...
The example only shows PUT how to modify an exiting element. The line `
Minor issue. Yarn build will not run as is, change to: `` "build": "set NODE_ENV=production && ./node_modules/.bin/webpack",``
In the following code (in components/Header/HeaderLinks.jsx): ``` Referral Intake MeetingSummary Notification ``` All links work well on sidebar. But only 4.2 (`/#/FamilyIntakeForm`) works well in header. All other links will...
Just a question, cannot figure out how to set right to left column order in a sheet? ``` col.is_married ? "Married" : "Single"}/> ```