File: dropdownButtons.css

package info (click to toggle)
cockpit 188-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 119,768 kB
  • sloc: ansic: 66,833; xml: 5,776; python: 3,122; sh: 2,322; makefile: 1,289; sed: 7
file content (8 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
.dropdown-buttons-container {
    display: inline-flex !important;
}

.btn + .dropdown-menu.dropdown-menu-right  {
    right: -4px;
    left: auto;
}