Fix/add width to toggle button group (#21924)

* Grafana-UI: Add option to customize ToggleButtonGroup's width

* Grafana-UI: Add an option to customize TimeOfDayPicker width via width prop

* Grafana-UI: Add comment

* Grafana-UI: Switch width to size for TimeOfDayPicker

* Cleanup merge
This commit is contained in:
Alex Khomenko
2020-02-11 16:47:52 +02:00
committed by GitHub
parent fee18f143e
commit ec0051c075
3 changed files with 22 additions and 5 deletions

View File

@@ -32,4 +32,8 @@
margin-left: 0;
}
}
&--padded {
padding-left: 2px;
}
}