github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/javascript/components/Settings/Users/UserTableItem.module.css (about)

     1  .role {
     2    display: flex;
     3    flex-direction: row;
     4    align-items: center;
     5  }
     6  
     7  .role button {
     8    padding-right: 20px !important;
     9    min-width: 105px;
    10  }
    11  
    12  .actions {
    13    display: flex;
    14    flex-direction: row;
    15    justify-content: center;
    16  }
    17  
    18  .actions button {
    19    margin: 5px;
    20  }