11 lines
286 B
SCSS
11 lines
286 B
SCSS
// Place all the styles related to the Tables controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
#table-component-container-container,
|
|
#table-component-container,
|
|
.table {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|