-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
Buttons do not maintain top margin when stacking #2016
Comments
On the docs page this is a custom CSS Setting. You can easily adopt this in your jsfiddle by adding .segment > .button {
margin-bottom: 0.75em;
} See https://jsfiddle.net/lubber/w214at8g/2/ But we cannot add a bottom margin to each button as a default (this would break lots of existing layouts and also some other modules which make use of buttons would break.) If your layout has more buttons than a mobile view allows, there is also |
@lubber-de thank you for your help and thank you for your really nice work with Fomantic-UI. If it helps: I think is better show this type/user on main documantation because I lost a lot of time try to find this option. And only after you showed me this option that I undestand. OFF-TOPIC: In a short time when I'll finish my platform, I'll present you our platform to sell services using Fomantic-UI as a primary system UI. How can I contact you when it occurs? |
You may post it in the showroom https://github.com/fomantic/Fomantic-UI/discussions/categories/showroom and/or on our Discord Server https://discord.gg/YChxjJ3 |
Bug Report
Buttons don't maintain margin top when stacking against each other in responsive layouts.
Steps to reproduce
Expected result
Buttons when stacked on a responsive page are expected to maintain a margin between them as per the https://fomantic-ui.com/elements/button.html#social manual
Actual result
The buttons are not keeping a margin between them and are glued together as if there is no margin between them.
Testcase
https://jsfiddle.net/1bw9mgnL/
Screenshot (if possible)
https://beta.entrey.com.br/files/2021/07/captura-de-tela-2021-07-13-145711.jpg
Version
2.8.8
The text was updated successfully, but these errors were encountered: