-
Do we plan to support sizing the The problem I am facing is that the breadcrumbs are too large, especially when compared to the heading, for example a Workaround in mind, haven't tried, implement a breadcrumbs_card like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Probably not. The reason is that there is a very limited number of usecases and possible placement positions (I can think about just 1 - like in your screenshot), so a single unified style should be one-size-fits-all.
Note that this is a section heading, not a page heading. Page heading should be the most prominent item on a page, while section heading is usually around the same size/smaller than regular text, it's just extra info. The hierarchy in general is:
However, we might want to add support for page heading card - feel free to file a feature request. |
Beta Was this translation helpful? Give feedback.
Probably not. The reason is that there is a very limited number of usecases and possible placement positions (I can think about just 1 - like in your screenshot), so a single unified style should be one-size-fits-all.
Note that this is a section heading, not a page heading. Page heading should be the most prominent item on a page, while section heading is usually around the same size/smaller than regular text, it's just extra info. The hierarchy in general is:
However, we might want to …