22 lines
310 B
SCSS
22 lines
310 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
.plugin-show-table th {
|
||
|
text-align: right;
|
||
|
min-width: 5em;
|
||
|
}
|
||
|
|
||
|
.search-widget h3, .projects-index h3 {
|
||
|
@extend .unity-title;
|
||
|
}
|
||
|
|
||
|
.projects-index {
|
||
|
width: 100% !important;
|
||
|
thead > tr th {
|
||
|
word-break: keep-all;
|
||
|
@media(max-width: 580px) {
|
||
|
word-break: unset;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|