Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christian Merten
purescript-gargantext
Commits
fcdaa46e
Commit
fcdaa46e
authored
Nov 08, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[graph] fix styling of tag cloud
parent
b2295d5d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
0 deletions
+23
-0
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+4
-0
bootstrap-default.css
dist/styles/bootstrap-default.css
+4
-0
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+4
-0
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+4
-0
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+4
-0
_graph.sass
src/sass/_legacy/_graph.sass
+3
-0
No files found.
dist/styles/bootstrap-darkster.css
View file @
fcdaa46e
...
...
@@ -9494,6 +9494,10 @@ input[type=range]:-moz-focusring {
margin-bottom
:
12px
;
}
.graph-selected-nodes__item
{
display
:
inline-block
;
padding
:
2px
;
}
.graph-selected-nodes__item
:not
(
:last-child
)
{
margin-bottom
:
4px
;
}
...
...
dist/styles/bootstrap-default.css
View file @
fcdaa46e
...
...
@@ -9447,6 +9447,10 @@ input[type=range]:-moz-focusring {
margin-bottom
:
12px
;
}
.graph-selected-nodes__item
{
display
:
inline-block
;
padding
:
2px
;
}
.graph-selected-nodes__item
:not
(
:last-child
)
{
margin-bottom
:
4px
;
}
...
...
dist/styles/bootstrap-greyson.css
View file @
fcdaa46e
...
...
@@ -9203,6 +9203,10 @@ input[type=range]:-moz-focusring {
margin-bottom
:
12px
;
}
.graph-selected-nodes__item
{
display
:
inline-block
;
padding
:
2px
;
}
.graph-selected-nodes__item
:not
(
:last-child
)
{
margin-bottom
:
4px
;
}
...
...
dist/styles/bootstrap-herbie.css
View file @
fcdaa46e
...
...
@@ -9451,6 +9451,10 @@ input[type=range]:-moz-focusring {
margin-bottom
:
12px
;
}
.graph-selected-nodes__item
{
display
:
inline-block
;
padding
:
2px
;
}
.graph-selected-nodes__item
:not
(
:last-child
)
{
margin-bottom
:
4px
;
}
...
...
dist/styles/bootstrap-monotony.css
View file @
fcdaa46e
...
...
@@ -9452,6 +9452,10 @@ input[type=range]:-moz-focusring {
margin-bottom
:
12px
;
}
.graph-selected-nodes__item
{
display
:
inline-block
;
padding
:
2px
;
}
.graph-selected-nodes__item
:not
(
:last-child
)
{
margin-bottom
:
4px
;
}
...
...
src/sass/_legacy/_graph.sass
View file @
fcdaa46e
...
...
@@ -215,6 +215,9 @@
&
__item
display
:
inline-block
padding
:
2px
&
:not
(
:last-child
)
margin-bottom
:
space-x
(
0
.5
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment