Disable button wrap

This commit is contained in:
Jay Trees 2022-03-23 13:28:00 +01:00
parent 09d861975e
commit d97c80434e
6 changed files with 15 additions and 6 deletions

8
.gitattributes vendored
View file

@ -1,4 +1,4 @@
* text=auto
Force LF endings
*.php eol=lf
text eol=lf
Force LF endings
*.php eol=lf

View file

@ -32,6 +32,9 @@
font-style: normal;
text-align: center;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 0.33333333rem;
-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;

File diff suppressed because one or more lines are too long

View file

@ -3222,6 +3222,9 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
font-style: normal;
text-align: center;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 0.33333333rem;
-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;

File diff suppressed because one or more lines are too long

View file

@ -45,6 +45,9 @@
font-style: normal;
text-align: center;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: @borderRadius;
box-shadow: @boxShadow;