Skip to content

Commit 1e0990f

Browse files
committed
Alphabetize CSS declarations in app.ts
1 parent b959885 commit 1e0990f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/bigframes/bigframes/display/table_widget_angular/src/app

packages/bigframes/bigframes/display/table_widget_angular/src/app/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3131
`,
3232
styles: [`
3333
.angular-widget {
34-
padding: 10px;
34+
background-color: #f9f9f9;
3535
border: 1px solid #ccc;
3636
border-radius: 4px;
37-
background-color: #f9f9f9;
37+
padding: 10px;
3838
}
3939
`]
4040
})

0 commit comments

Comments
 (0)