Skip to content
Snippets Groups Projects
Commit b14664f0 authored by catch's avatar catch
Browse files

Issue #2349829 by killerpoke, droplet, cjoy: Fixed #2293589 breaks table row buttons.

parent eeca6104
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,10 @@
.js td .dropbutton-widget {
position: absolute;
}
.js td .dropbutton-multiple {
display: block;
.js td .dropbutton-wrapper {
min-height: 2em;
position: relative;
}
.js td .dropbutton-multiple {
padding-right: 10em; /* LTR */
margin-right: 2em; /* LTR */
max-width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment