Fomantic-UI icon indicating copy to clipboard operation
Fomantic-UI copied to clipboard

[css] vertical margin

Open mvorisek opened this issue 1 year ago • 2 comments

Bug Report

I am not sure about the correct vertical margin nor how the fix will affect other styles.

Maybe more inline components than buttons need to be fixed. In theory, any inline compoennt can wrap, so when the background is set, the top or bottom margin must be > 0.

Steps to reproduce

https://jsfiddle.net/t6p2bn8c/1/

Expected result

image

Actual result

image

Version

2.9.3

mvorisek avatar Oct 14 '23 22:10 mvorisek

There is already spaced buttons group.

ko2in avatar Oct 15 '23 05:10 ko2in

What @ko2in said.. We implemented wrapping and spaced to handle at least button groups via #2217 Unfortunately you cannot detect if inline elements are actually wrapped via pure CSS.

lubber-de avatar Oct 15 '23 06:10 lubber-de