Fixed webapp build and error message.
[src/xds/xds-agent.git] / webapp / src / app / projects / projectAddModal.component.css
1 .table-borderless>tbody>tr>td,
2 .table-borderless>tbody>tr>th,
3 .table-borderless>tfoot>tr>td,
4 .table-borderless>tfoot>tr>th,
5 .table-borderless>thead>tr>td,
6 .table-borderless>thead>tr>th {
7     border: none;
8 }
9
10 tr>th {
11     vertical-align: middle;
12 }
13
14 tr>td {
15     vertical-align: middle;
16 }
17
18 th label {
19     margin-bottom: 0;
20 }
21
22 td input {
23     width: 100%;
24 }