added deploying to ECS
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.serversTableContainer {
|
||||
display: flex;
|
||||
height: 500px;
|
||||
overflow: scroll;
|
||||
height: 500px;
|
||||
width: 100%;
|
||||
}
|
||||
.refresh {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
.roomName {
|
||||
max-width: 150px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
text-align: left !important;
|
||||
}
|
||||
.rooms > thead > tr :nth-child(2) {
|
||||
@@ -30,6 +32,7 @@
|
||||
.rooms {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.lastColumn {
|
||||
|
||||
Reference in New Issue
Block a user