We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c5ce8 commit 6be3f73Copy full SHA for 6be3f73
app/styles/app.css
@@ -27,6 +27,7 @@ nav li:first-of-type {
27
28
.ui-progressbar {
29
width: 50%;
30
+ min-width: 600px;
31
heigth: 30px;
32
position: relative;
33
}
@@ -43,17 +44,21 @@ nav li:first-of-type {
43
44
45
.ui-slider {
46
47
48
display: inline-block;
49
50
51
.ui-accordion {
52
53
54
55
-.ui-tabs .ui-tabs {
- width: 50%;
56
+.ui-tabs {
57
+ width: 100%;
58
+ min-width: 640px;
59
60
-.ui-tabs, .ui-tabs-nav, .ui-tabs-panel {
61
+.ui-tabs .ui-tabs {
62
min-width: 600px;
63
+ width: 50%;
64
0 commit comments