mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
46063: css attempt to fix multiline clamping
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import '../styles/variables.scss';
|
||||
@import '../styles/mixins.scss';
|
||||
@import '../../node_modules/bootstrap/scss/bootstrap.scss';
|
||||
@import "../../node_modules/font-awesome/scss/font-awesome.scss";
|
||||
|
||||
@@ -31,3 +32,7 @@ body {
|
||||
margin-top: $content-spacing;
|
||||
margin-bottom: $content-spacing;
|
||||
}
|
||||
|
||||
.clamp-3 {
|
||||
@include clamp(3);
|
||||
}
|
Reference in New Issue
Block a user