-
When a bootstrap table overflows the overflowing content is hidden but the user can scroll horizontally to see additional content. This is not clear to the user that there is more content. Maybe we …
-
when running webpack example, I get these deprecation warnings:
```
WARNING in ./src/scss/styles.scss (./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].r…
-
### Bug description
I'm using bootstrap 5.3.3 with tom select 2.3.1 and when I try to create a select, there is a strange box around the select:
![image](https://github.com/user-attachments/assets/1…
-
Hi. I wanna use bootstrap styles in my template.
I included styles in my html template ``.
But I don't see changes in PDF file. How can I apply bootstrap styles in pdf?
-
Hello,
just curious if you might add some styles for checkboxes, radio buttons, select boxes. AFAIK, bootstrap itself does only style these elements in basic appearance. Not really cross-browser style…
-
### What bug did you find in the codebase?
currently the project uses react-bootstrap package for styles.
as far as i can see - there is no big need for `bootstrap` styles in the project...
(only the…
-
### Bug description
This is specially visible on Firefox, because additionally, Firefox has a default opacity of less than 1:
Tested on single fields only, in all browsers.
### Expected beh…
-
Issue: The page currently includes both Bootstrap and Tailwind CSS, which may cause styling conflicts and affect loading performance. To maintain consistent styling and optimize performance, we should…
-
### Bug description:
After Adding CSP policy for inline styles app starts throwing errors in console while opening the tooltip. From my investifation the issue is because we have inlyne style in NgbT…
-
I discovered a perplexing error with the DT's Bootstrap styles. Here's a simple reproducible example with DT 0.4:
```R
library(shiny)
library(DT)
ui