Disable button wrap
This commit is contained in:
parent
09d861975e
commit
d97c80434e
6 changed files with 15 additions and 6 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1,4 +1,4 @@
|
||||||
* text=auto
|
text eol=lf
|
||||||
|
|
||||||
Force LF endings
|
Force LF endings
|
||||||
*.php eol=lf
|
*.php eol=lf
|
||||||
|
|
3
semantic/dist/components/button.css
vendored
3
semantic/dist/components/button.css
vendored
|
@ -32,6 +32,9 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
border-radius: 0.33333333rem;
|
border-radius: 0.33333333rem;
|
||||||
-webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
-webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
||||||
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
||||||
|
|
2
semantic/dist/components/button.min.css
vendored
2
semantic/dist/components/button.min.css
vendored
File diff suppressed because one or more lines are too long
3
semantic/dist/semantic.css
vendored
3
semantic/dist/semantic.css
vendored
|
@ -3222,6 +3222,9 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
border-radius: 0.33333333rem;
|
border-radius: 0.33333333rem;
|
||||||
-webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
-webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
||||||
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
||||||
|
|
2
semantic/dist/semantic.min.css
vendored
2
semantic/dist/semantic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -45,6 +45,9 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
border-radius: @borderRadius;
|
border-radius: @borderRadius;
|
||||||
box-shadow: @boxShadow;
|
box-shadow: @boxShadow;
|
||||||
|
|
Loading…
Reference in a new issue