Skip to content

Commit a31b906

Browse files
committed
fix(ui5-dialog): sync react sample
1 parent 75fa5b0 commit a31b906

File tree

1 file changed

+0
-10
lines changed
  • packages/website/docs/_samples/main/Dialog/BarInDialog

1 file changed

+0
-10
lines changed

packages/website/docs/_samples/main/Dialog/BarInDialog/sample.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ function App() {
1919
<>
2020
<style>{`
2121
/* Styles for Dialog */
22-
#dialog::part(header),
23-
#dialog::part(footer) {
24-
padding-inline: 0;
25-
}
26-
27-
/* Styles for Dialog with State */
28-
#dialogState::part(header),
29-
#dialogState::part(footer) {
30-
padding-inline-end: 0;
31-
}
3222
3323
#bar::part(startContent) {
3424
padding-inline-start: 0;

0 commit comments

Comments
 (0)