// DataDashboard ~~ MIT License
// Widget style

@import "../../../+common/css/static/utility-box";

web-app-widget-body.network-endpoints {
   figure {
      table {
         tbody {
            tr {
               td {
                  white-space: nowrap;
                  &:first-child {
                     font-size: 1.1rem;
                     }
                  }
               }
            }
         }
      }
   }
