We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b959885 commit 1e0990fCopy full SHA for 1e0990f
1 file changed
packages/bigframes/bigframes/display/table_widget_angular/src/app/app.ts
@@ -31,10 +31,10 @@ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
31
`,
32
styles: [`
33
.angular-widget {
34
- padding: 10px;
+ background-color: #f9f9f9;
35
border: 1px solid #ccc;
36
border-radius: 4px;
37
- background-color: #f9f9f9;
+ padding: 10px;
38
}
39
`]
40
})
0 commit comments