6 lines
84 B
SCSS
6 lines
84 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
.plugin-show-table th {
|
||
|
text-align: right;
|
||
|
min-width: 80px;
|
||
|
}
|