Skip to content

Commit f277c06

Browse files
committed
Design guidance update
1 parent 6e9de7d commit f277c06

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"markdownlint.config": {
3+
"MD028": false,
4+
"MD025": {
5+
"front_matter_title": ""
6+
}
7+
}
8+
}

docs/spfx/viva/design/designing-card.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ While theoretically you can open several children quick views from the parent qu
111111

112112
The Quick View experience works across platforms and form-factors based on a single JSON. This introduces significant limitations in terms of styling and placement on controls and how they show up on mobile devices. There are also styling issues which may be on mobile form factor and may not be there in web or vice versa.
113113

114-
#### Out of the box controls
115-
116114
## Platforms
117115

118116
Design for different screens, platforms, and colors.

0 commit comments

Comments
 (0)