12 lines
135 B
CSS
12 lines
135 B
CSS
#menu-list-table {
|
|
width: 100%;
|
|
}
|
|
|
|
#menu-list-table th:nth-child(2){
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.menu-list-tool {
|
|
padding: 7px 10px;
|
|
}
|