This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
richard
/
SemanSemantic-UItic-UI
mirror of
https://github.com/Semantic-Org/Semantic-UI.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Fixes
#1637
, Progress bar does not include overrides
pull/1645/merge
jlukic
9 years ago
parent
dc4fab7bcb
commit
e36b993d9c
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
src/definitions/modules/progress.less
4
src/definitions/modules/progress.less
View File
@ -432,4 +432,6 @@
}
}
.ui.big.progress .bar {
.ui.big.progress .bar {
height: @bigBarHeight;
height: @bigBarHeight;
}
}
.loadUIOverrides();
Write
Preview
Loading…
Cancel
Save