This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new 0170c6c fix style row network configuration (#728)
0170c6c is described below
commit 0170c6c8b691857221fa5f811add89352d0f2772
Author: Hoang Nguyen <[email protected]>
AuthorDate: Mon Sep 21 18:30:49 2020 +0700
fix style row network configuration (#728)
---
src/views/compute/wizard/NetworkConfiguration.vue | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/views/compute/wizard/NetworkConfiguration.vue
b/src/views/compute/wizard/NetworkConfiguration.vue
index 63050d1..7bd17f4 100644
--- a/src/views/compute/wizard/NetworkConfiguration.vue
+++ b/src/views/compute/wizard/NetworkConfiguration.vue
@@ -247,10 +247,6 @@ export default {
margin: 2rem 0;
}
- /deep/.ant-table-tbody > tr td:not(:first-child) {
- vertical-align: baseline;
- }
-
/deep/.ant-table-tbody > tr > td {
cursor: pointer;
}