Skip to content
Snippets Groups Projects
Unverified Commit 4fa0b0fa authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #6655 from vitormateusalmeida/issue-6550

Fix fit to width button border
parents d78f92ee 610dc9d1
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,14 @@
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
span:last-of-type button[aria-labelledby~=fitWidthLabel],
button:last-of-type[aria-labelledby~=fitWidthLabel] {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
}
.presentationToolbarWrapper {
......
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