`.row` with `.g-*` class picks up extra `margin-top` using column break
Prerequisites
- [X] I have searched for duplicate or closed issues
- [X] I have validated any HTML to avoid common problems
- [X] I have read the contributing guidelines
Describe the issue
When we use a column break .w-100 inside a grid with a vertical gutter, the .w-100 spacer / braker add an unwanted extra vertical space.
Reduced test cases
https://codepen.io/florianlacreuse/pen/vYqZPJO
What operating system(s) are you seeing the problem on?
Linux
What browser(s) are you seeing the problem on?
Chrome, Firefox
What version of Bootstrap are you using?
5.3.3
On a side note, I’m currently getting acquainted with the code to solve that
Same problem here, with QWERTY Lafayette. No combination of use_dead_keys and use_ime, true or false, solves the problem. The ; : key (next to L) is used as a dead key, but pressing it instantly prints ; in wezterm...
Experiencing the same using https://ergol.org/ and its dead key (mapped on [o]).
I have the same problem on macos. The same key sequence works fine with the builtin terminal or with kitty.
culprit is here https://github.com/wez/wezterm/blob/b28bbbc4c8345197e433590c9ce50a7bf3ea5bc7/window/src/os/windows/window.rs#L2264
this scan for dead key but only managed dead keys on the main layer. If a dead key is behind another, it is not detected
Same with ergol but on wayland !
Any update on this issue ? Impossible for now to use QWERTY-lafayette with Wezterm 😕