mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
6 lines
143 B
CSS
6 lines
143 B
CSS
/* Set Default Progress Bar For Plugin */
|
|
.progress-bar-inline {
|
|
width: 85px !important;
|
|
margin-bottom: 5px !important;
|
|
margin-left: 4px;
|
|
}
|