Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 449af9c

Browse files
committed
Fixed wrapping on the groups page
1 parent a94872f commit 449af9c

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

app/public/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollConnect",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"dependencies": {
55
"jquery": "*",
66
"bootstrap": "*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.4",
2+
"version": "1.1.5",
33
"private": true,
44
"devDependencies": {
55
"grunt": "^0.4.5",

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollConnect",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"main": [
55
"src/plugins/*.js",
66
"src/widgets/*.js",

src/main.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ p { overflow: hidden }
257257
border-radius: 4px;
258258
display: block;
259259
min-height: 86px;
260+
white-space: nowrap;
261+
overflow: hidden;
260262
&:hover {
261263
text-decoration: none;
262264
border-color:#999;

0 commit comments

Comments
 (0)