style-guide icon indicating copy to clipboard operation
style-guide copied to clipboard

Add spaced breadcrumb elements

Open anna-wro opened this issue 5 years ago • 4 comments

...after a successful test of user profile

normal: Screenshot 2020-06-02 at 11 25 50

spaced: Screenshot 2020-06-02 at 11 25 39

.sg-breadcrumb-list--spaced {
  .sg-breadcrumb-list__element::after {
    padding: 0 4px;
  }
}

anna-wro avatar Jun 02 '20 09:06 anna-wro

Hey @anna-wro! Is that still valid?

coderitual avatar Aug 06 '21 13:08 coderitual

Hey @anna-wro! Is that still valid?

Hey. It's still used in our code in 3 components

anna-wro avatar Aug 06 '21 13:08 anna-wro

@anna-wro thanks for your swift feedback!

edit: is there any work we need to do in sg related to this issue?

coderitual avatar Aug 06 '21 14:08 coderitual

Hi @anna-wro

We can work on it but first I need to know, whether this extra space should be default or new variant? What do you think @coderitual ?

clxandstuff avatar Aug 31 '21 12:08 clxandstuff