Blame view

assets/src/product/css/product.css 137 Bytes
8ad6fbc1   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
  .relation-adm {
      width: 220px !important;
  }
  
  @media (max-width: 1400px) {
      .relation-adm {
          width: 180px !important;
      }
  }