Skip to content
Snippets Groups Projects
Commit 169c486b authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #16778 [fid_adlr] break link on small devices - for instance in favorites modal

parent 1a13631f
No related merge requests found
......@@ -399,6 +399,12 @@ a {
@include main-link;
}
.form-record-save .btn-link {
@media screen and (max-width: $screen-sm-max) {
white-space: normal;
}
}
.btn-getitbox {
@include result-list-btn-getitbox;
padding: 17px;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment