Adjust CSS and HTML for main container
[portal/ric-dashboard.git] / webapp-frontend / src / app / ran-connection / ran-connection.component.scss
index 79aca12..72db5c3 100644 (file)
@@ -17,9 +17,7 @@
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
-.ranconnect__section {
-    position: relative;
-    top: -50px;
+ .ranconnect__section {
 }
 
 .ranconnect__header {
 }
 
 .ranconnect-table {
-    width: 99%; /* 100 looks wrong */
-    min-height: 150px;
+    width: 100%;
+    min-height: 100px;
     margin-top: 10px;
     background-color:transparent;
 }
 
-
+.disconnect-all-button {
+    float: right;
+}
\ No newline at end of file