-
The compass_twitter_bootstrap/_reset.scss breaks Google Maps.
The following line is the culprit:
https://github.com/vwall/compass-twitter-bootstrap/blob/master/stylesheets/compass_twitter_bootstrap/…
-
I have read the documentation and the issues that have been resolved, namely the #502, and cannot seem to figure it out. I want to access the prefix with the form in the context like so:
```
{{ form…
-
Installing higher version than 1.0.13 with yii2-bootstrap 2.1.x (bootstrap 4) not possible, because yii2-selectize-widget need 2.0.x-dev.
![image](https://user-images.githubusercontent.com/1640101…
-
**Is your feature request related to a problem? Please describe.**
Bootstrap 5.3 now has a global data-bs-theme="dark" attribute. However, if the user invokes this dark-theme, the datepicker calend…
-
Hi Yuriy! Will the widget be updated to bootstrap v5?
-
As reported in other issues, when we embed a flutter view inside another page, either using an iframe or multi-embedding view, the touch scrolling (mainly Android/iOS browsers) is not scrolling the ho…
-
When I edit a feather widget my bootstrap theme settings effective disappear, I assume the widget designer is reloading the bootstrap css and overriding all my settings.
Example: http://screencast.co…
-
Eg.
```ruby
@cal_widget = AddToCalendar::Widget.new(event_attributes)
# view.html.erb
# or link or whatever
```
design one first inspired eg. https://www.addevent.com/products/add-to-cal…
-
**The bug**
The export and flutter build is successful after that, we are getting a yellow screen error on the screen both the real device and the emulator device.
[ScreenShot](https://github.com…
-
Hi I have setup a form widget like
dt = forms.DateTimeField("Export start time",
widget=DateTimeWidget(usel10n=True, bootstrap_version=3))
The format I chose in formats…